dockerfiles/boring-nginx/headers_params
2016-10-01 17:46:27 +02:00

4 lines
127 B
Plaintext

add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";