Skip to content

Commit

Permalink
Update support for 'display-capture' feature-policy (#11700)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow authored Dec 7, 2021
1 parent 183ad7a commit ee1e613
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions http/headers/feature-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,25 +360,25 @@
"edge": {
"version_added": "94"
},
"firefox": {
"version_added": "67",
"flags": [
{
"type": "preference",
"name": "dom.security.featurePolicy.header.enabled",
"value_to_set": "true"
}
]
},
"firefox": [
{
"version_added": "74",
"partial_implementation": true,
"notes": "Only supported through the <code>allow</code> attribute on <code>&lt;iframe&gt;</code> elements."
},
{
"version_added": "67",
"flags": [
{
"type": "preference",
"name": "dom.security.featurePolicy.header.enabled",
"value_to_set": "true"
}
]
}
],
"firefox_android": {
"version_added": "67",
"flags": [
{
"type": "preference",
"name": "dom.security.featurePolicy.header.enabled",
"value_to_set": "true"
}
]
"version_added": false
},
"ie": {
"version_added": false
Expand All @@ -390,7 +390,9 @@
"version_added": false
},
"safari": {
"version_added": false
"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 All @@ -403,7 +405,7 @@
}
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit ee1e613

Please sign in to comment.