Thse two headers should be fine, but let's test them in staging first
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
dc2355fd05
commit
f3fbcce829
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
{% 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue