Skip to content

Conversation

@hamishwillee
Copy link
Contributor

Permissions-Policy: gamepad appears to have been removed in #23470 for the reasons given in #23470 (comment)

The data is definitely wierd and needs to be looked at again.

Specifically,

@marcoscaceres Do you know if this actually did release in Chrome/Safari, and if so, in what versions

This falls out of the post mdn/content#42544

@github-actions github-actions bot added data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP size:m [PR only] 25-100 LoC changed labels Dec 28, 2025
Comment on lines +668 to +675
"version_added": "86",
"flags": [
{
"type": "preference",
"name": "#restrict-gamepad-access",
"value_to_set": "Enabled"
}
]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably 103 according to https://chromium-review.googlesource.com/c/chromium/src/+/3566388

Suggested change
"version_added": "86",
"flags": [
{
"type": "preference",
"name": "#restrict-gamepad-access",
"value_to_set": "Enabled"
}
]
"version_added": "103"

@github-actions
Copy link
Contributor

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe 17.4 according to https://webkit.org/blog/14916/release-notes-for-safari-technology-preview-186/ (and assuming it then went into what I believe is the corresponding release)

Suggested change
"version_added": false
"version_added": "17.4"

@bban160
Copy link

bban160 commented Jan 12, 2026

FYI @hamishwillee, I am planning to eventually comb through the Permissions Policy compatibility data alongside the docs updates (mdn/content#42534). At a minimum, there are currently many omissions, and I think some features inadvertently got lost in the conversion from Feature Policy to Permissions Policy.

(Sorry for not noticing this PR until you were already on vacation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP size:m [PR only] 25-100 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants