We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d98e9 commit 70c3219Copy full SHA for 70c3219
config/nginx.conf
@@ -89,6 +89,10 @@ http {
89
proxy_hide_header X-Powered-By;
90
fastcgi_hide_header X-Powered-By;
91
server_tokens off;
92
+ add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload";
93
+ add_header X-Frame-Options DENY;
94
+ add_header X-Content-Type-Options nosniff;
95
+ add_header X-XSS-Protection "1; mode=block";
96
97
gzip on;
98
gzip_proxied any;
0 commit comments