Skip to content

Commit

Permalink
Mark sandbox="allow-downloads" support in Safari (#23951)
Browse files Browse the repository at this point in the history
It landed in the WebKit main branch here:
WebKit/WebKit@f8f6da2

However, Originally-landed-as point to this commit:
WebKit/WebKit@9d46b77
https://github.com/WebKit/WebKit/blob/9d46b7777bca2b36c82f040065e3d7953f8f782d/Configurations/Version.xcconfig

Going by the date (2023-07-13) and WebKit version (616.1.24) Safari 17 is the most likely correct version.

It's not mentioned in the release notes, and no testing was done to confirm support.
  • Loading branch information
foolip authored Jul 26, 2024
1 parent 1b4e306 commit e8610a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/elements/iframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "17"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit e8610a5

Please sign in to comment.