webinoly/templates/nginx/common/headers-html.conf
Cristhian Martínez Ochoa 628718159f http header warning
Warning text for some HTTP headers.
2017-12-18 21:44:07 -06:00

7 lines
343 B
Plaintext

add_header Cache-Control "public, no-cache";
add_header Referrer-Policy "unsafe-url";
# The new Content-Security-Policy HTTP response header helps you reduce XSS risks on modern browsers by declaring what dynamic resources are allowed to load via a HTTP Header.
# https://content-security-policy.com/
#add_header Content-Security-Policy " ";