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
Confirmed. Following STR with Tor Browser and the JI via the Onion service results in a broken redirect being issued, because Tor Browser has network.http.referer.hideOnionSource set to true, and the exception handling in #5573 gets no referrer, hence the request for /download_unread/None.
I was wrong about the cause. Even with network.http.referer.hideOnionSource set true, the Referer header is being sent if I disable Header set Referrer-Policy "no-referrer" in the journalist interface Apache config.
Description
Instead of displaying a flash message when an attempt is made to download submissions with missing files as per #5573, a 500 error page is thrown.
Steps to Reproduce
Expected Behavior
flash message as per #5573
Actual Behavior
500 error - log snippet as follows:
Please provide screenshots where appropriate.
Comments
Suggestions to fix, any other relevant information.
The text was updated successfully, but these errors were encountered: