diff --git a/http/headers/Permissions-Policy.json b/http/headers/Permissions-Policy.json index 43532d48bbfc22..2a4fe1120abaf5 100644 --- a/http/headers/Permissions-Policy.json +++ b/http/headers/Permissions-Policy.json @@ -659,6 +659,45 @@ } } }, + "gamepad": { + "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Permissions-Policy/gamepad", + "spec_url": "https://www.w3.org/TR/gamepad/#permission-policy", + "support": { + "chrome": { + "version_added": "86", + "flags": [ + { + "type": "preference", + "name": "#restrict-gamepad-access", + "value_to_set": "Enabled" + } + ] + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, "hid": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Permissions-Policy/hid",