Browse Source

[fix] nginx SAMEORIGIN

pull/37/head
Rafi59 9 years ago
committed by GitHub
parent
commit
3bcded45e4
  1. 1
      conf/nginx.conf

1
conf/nginx.conf

@ -15,7 +15,6 @@ location ^~ #LOCATION# {
# Add headers to serve security related headers
add_header Strict-Transport-Security "max-age=15768000;";
add_header X-Content-Type-Options nosniff;
add_header X-Frame-Options "SAMEORIGIN";
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;

Loading…
Cancel
Save