dockerfiles/nginx/headers_params

4 lines
127 B
Plaintext
Raw Normal View History

2016-06-11 11:51:13 +02:00
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";