Skip to content

Commit

Permalink
Update support for 'display-capture' feature-policy
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Sep 22, 2021
1 parent 27e25fa commit 2df9f21
Showing 1 changed file with 38 additions and 22 deletions.
60 changes: 38 additions & 22 deletions http/headers/feature-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,26 +360,40 @@
"edge": {
"version_added": false
},
"firefox": {
"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"
}
]
},
"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": "79",
"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"
}
]
}
],
"ie": {
"version_added": false
},
Expand All @@ -390,7 +404,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 +419,7 @@
}
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 2df9f21

Please sign in to comment.