Skip to content

Commit

Permalink
Magnetometer: entire API is behind a flag in Chromium (again) (#25903)
Browse files Browse the repository at this point in the history
Follow-up-to: #25897
  • Loading branch information
ddbeck authored Feb 12, 2025
1 parent 05c0c76 commit cb4d8f8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions http/headers/Permissions-Policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,14 @@
],
"support": {
"chrome": {
"version_added": "66"
"version_added": "66",
"flags": [
{
"type": "preference",
"name": "#enable-generic-sensor-extra-classes",
"value_to_set": "Enabled"
}
]
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -814,9 +821,7 @@
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": false
},
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
Expand Down

0 comments on commit cb4d8f8

Please sign in to comment.