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
Currently when going to the full url of a file, no content-disposition header is added, only in the @@Download and /at_download/file views it is added with value attachment to realise the opposite.
Browsers nowadays expect us to explicitly add the content-disposition: inline header to view it directly in the browser.
The text was updated successfully, but these errors were encountered:
Currently when going to the full url of a file, no content-disposition header is added, only in the @@Download and /at_download/file views it is added with value attachment to realise the opposite.
Browsers nowadays expect us to explicitly add the content-disposition: inline header to view it directly in the browser.
The text was updated successfully, but these errors were encountered: