mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
9 lines
342 B
Plaintext
9 lines
342 B
Plaintext
Header always set X-Xss-Protection "1; mode=block"
|
|
Header always set X-Content-Type-Options "nosniff"
|
|
Header always set Referrer-Policy "same-origin"
|
|
{% if env == 'pagure-staging' %}
|
|
Header always set X-Frame-Options "ALLOW-FROM https://stg.pagure.io/"
|
|
{% else %}
|
|
Header always set X-Frame-Options "ALLOW-FROM https://pagure.io/"
|
|
{% endif %}
|