mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-01 10:51:24 +08:00
Use RFC6266 standard
This commit is contained in:
@@ -128,9 +128,9 @@ export function get_export_zip_response(
|
||||
return new Response(readable, {
|
||||
headers: {
|
||||
"content-type": "application/zip",
|
||||
"Content-Disposition": `attachment; filename="${
|
||||
"Content-Disposition": `attachment; filename*=UTF-8''${
|
||||
encodeURIComponent(title)
|
||||
}.zip"`,
|
||||
}.zip`,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user