Skip to content

Commit

Permalink
Update chrome to 94 and unflagged, and set Safari as partial
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Aug 26, 2021
1 parent a647873 commit b2b9aa4
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions http/headers/feature-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,27 +352,13 @@
],
"support": {
"chrome": {
"version_added": "89",
"flags": [
{
"type": "preference",
"name": "enable-experimental-web-platform-features",
"value_to_set": "enabled"
}
]
"version_added": "94"
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": "89",
"flags": [
{
"type": "preference",
"name": "enable-experimental-web-platform-features",
"value_to_set": "enabled"
}
]
"version_added": "94"
},
"firefox": [
{
Expand Down Expand Up @@ -409,7 +395,9 @@
"version_added": false
},
"safari": {
"version_added": "13"
"version_added": "13",
"partial_implementation": true,
"notes": "Only supported through the <code>allow</code> attribute on <code>&lt;iframe&gt;</code> elements."
},
"safari_ios": {
"version_added": false
Expand Down

0 comments on commit b2b9aa4

Please sign in to comment.