mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #201] URL-encoded filename when downloading in Safari #102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luaneko on GitHub (Mar 30, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/201
Problem
Files downloaded from dufs in Safari have URL-encoded name which is not decoded by the browser automatically. Relevant StackOverflow issue.
For example, given a file named
"Track 01.flac":The name of the downloaded file remains URL-encoded
"Track%2001.flac":Headers returned by the file response:
Environment: