summaryrefslogtreecommitdiffstats
path: root/roles/common-web/files/etc/nginx/snippets/headers.conf
blob: 60e5ace6ce18a4511cec54cc22a4929721e8ae25 (plain)
1
2
3
4
# https://securityheaders.io/
add_header X-Frame-Options "SAMEORIGIN";
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";