Merge from Main (#84)

* Update assigned-issues-inprogress.yml

* Fixes Firefox Bug

Part of closing #78

Co-authored-by: Luke Tainton <luke@tainton.uk>
This commit was merged in pull request #84.
This commit is contained in:
Alexander Davis
2020-08-13 20:39:18 +01:00
committed by GitHub
parent 5fba0cd4ad
commit ab630738f3

View File

@@ -20,7 +20,7 @@
finfo_close($finfo);
//Use Content-Disposition: attachment to specify the filename
header('Content-Disposition: attachment; filename='.$remote_filename);
header('Content-Disposition: attachment; filename="'.$remote_filename.'"');
//No cache
header('Expires: 0');