Browse Source

[fix] SAMEORIGIN

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

1
conf/nginx.conf

@ -76,7 +76,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