You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
I believe it's because you're sending the header Content-Disposition: inline, where it should probably be Content-Disposition: attachmentif you click the download button, so the browser doesn't just show the file in the browser.
I believe it's because you're sending the header
Content-Disposition: inline, where it should probably beContent-Disposition: attachmentif you click the download button, so the browser doesn't just show the file in the browser.I did a quick test, and that seems to fix it.