diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /398 |
Diffstat (limited to '398')
-rw-r--r-- | 398/index.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/398/index.md b/398/index.md new file mode 100644 index 0000000..eadb641 --- /dev/null +++ b/398/index.md @@ -0,0 +1,13 @@ +Title: Content-Disposition causes non-root elements to open save dialogs +Author: rodarima +Created: Sun, 18 May 2025 18:40:18 +0000 +State: closed + +Loading https://xata.io/blog/xata-postgres-with-data-branching-and-pii-anonymization in Dillo causes several "save as" dialogs as the images and other elements contain the Content-Disposition header set: + +``` +$ curl -v 'https://xata.io/_next/image?url=https%3A%2F%2Fxata.io%2Fapi%2Fmedia%2Ffile%2Fcopy-on-write-branching-2.png&w=3840&q=100' |& grep dispo +< content-disposition: attachment; filename="copy-on-write-branching-2.png" +``` + +We should ignore the content disposition on anything that is not the root URL.
\ No newline at end of file |