Who am I kidding? Nobody's going to report these failures..

This reverts commit f3fbcce829.
This commit is contained in:
Patrick Uiterwijk 2017-10-16 22:13:07 +00:00
parent f3fbcce829
commit a48f48d911

View file

@ -1,6 +1,4 @@
{% if env == "staging" %}
Header always set X-Frame-Options "DENY"
Header always set X-Xss-Protection "1; mode=block"
{% endif %}
Header always set X-Content-Type-Options "nosniff"
Header always set Referrer-Policy "same-origin"