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
We should activate Content Security Policy to prevent cross-site-scripting attacks. As this leaves browsers vulnerable to attacks by uploaded .gif images we should also send the header:
We should activate Content Security Policy to prevent cross-site-scripting attacks. As this leaves browsers vulnerable to attacks by uploaded .gif images we should also send the header:
In nginx this can be configured by adding
for Apache this should help: https://httpd.apache.org/docs/2.4/mod/mod_headers.html#header
The text was updated successfully, but these errors were encountered: