Files
server/util/Nginx/security-headers.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
127 B
Plaintext
Raw Permalink Normal View History

2018-08-31 12:55:54 -04:00
add_header Referrer-Policy same-origin;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";