Skip to content

Commit

Permalink
Update <iframe sandbox=allow-downloads> for Firefox and Chrome (#6668)
Browse files Browse the repository at this point in the history
Fixes #6667

I manually tested in Firefox 82 and Chrome 85, but used the following
references for 81 and 83 respectively.

https://bugzilla.mozilla.org/show_bug.cgi?id=1558394
https://www.chromestatus.com/feature/5706745674465280
  • Loading branch information
evilpie committed Sep 17, 2020
1 parent 41a875e commit a3b3193
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions html/elements/iframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,54 @@
}
}
},
"sandbox-allow-downloads": {
"__compat": {
"description": "<code>sandbox=\"allow-downloads\"</code>",
"support": {
"chrome": {
"version_added": "83"
},
"chrome_android": {
"version_added": "83"
},
"edge": {
"version_added": null
},
"firefox": {
"version_added": "81"
},
"firefox_android": {
"version_added": "81"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": null
},
"samsunginternet_android": {
"version_added": null
},
"webview_android": {
"version_added": null
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"sandbox-allow-modals": {
"__compat": {
"description": "<code>sandbox=\"allow-modals\"</code>",
Expand Down

0 comments on commit a3b3193

Please sign in to comment.