dockerfiles/nginx/headers_params
2016-06-11 11:51:13 +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";