Fix column on security headers

This commit is contained in:
Luc Juggery 2018-02-02 21:07:36 +01:00
parent dd47118bf8
commit 4598007178

View file

@ -18,9 +18,9 @@ http {
server www;
}
add_header X-Content-Type-Options: nosniff;
add_header X-Frame-Options: DENY;
add_header X-XSS-Protection: "1; mode=block";
add_header X-Content-Type-Options nosniff;
add_header X-Frame-Options DENY;
add_header X-XSS-Protection "1; mode=block";
server {
listen 80;