Skip to content

Commit

Permalink
Chrome/Safari ignore Content-Disposition filename on save if disposit…
Browse files Browse the repository at this point in the history
…ion type is inline (mdn#25456)

* Chrome ignores filename param on save when disposition type is inline

* chore(http): Add webkit bug

Co-authored-by: Claas Augner <caugner@mozilla.com>
  • Loading branch information
bsmth and caugner authored Dec 20, 2024
1 parent d474df5 commit d681c9c
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit d681c9c

Please sign in to comment.