dockerfiles/unmaintained/nginx/headers_params

4 lines
127 B
Plaintext
Raw Normal View History

2017-01-16 22:13:29 +01:00
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";