Update security.conf

master
Edwin Lyon 4 years ago committed by GitHub
parent a06fff37bb
commit 7ba291765c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nginx/snippets/security.conf

@ -1,4 +1,4 @@
add_header Strict-Transport-Security "max-age=15768000; includeSubdomains; preload;";
add_header Strict-Transport-Security "max-age=15768000; includeSubdomains; preload";
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";

Loading…
Cancel
Save