system_configuration/root/etc/nginx/includes.d/00-header_rules.conf

14 lines
228 B
Plaintext
Raw Normal View History

2023-04-15 01:23:32 -07:00
##
# Add X Headers
##
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
##
#Set Referrer-Policy Header
##
add_header Referrer-Policy "no-referrer";