Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome/Safari ignore Content-Disposition filename on save if disposition type is inline #25456

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions http/headers/Content-Disposition.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
],
"support": {
"chrome": {
"version_added": "1"
"version_added": "1",
"notes": "When saving documents, the document title is used instead of the `filename` parameter if the disposition type is `inline`. See [bug 352093465](https://crbug.com/352093465)."
},
"chrome_android": "mirror",
"edge": {
Expand All @@ -31,7 +32,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "1"
"version_added": "1",
"notes": "When saving documents, the document title is used instead of the `filename` parameter if the disposition type is `inline`. See [bug 18384](https://webkit.org/b/18384)."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
Loading