We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130a6ba commit 2739a8cCopy full SHA for 2739a8c
core/files/etc/nginx/includes/misp
@@ -14,8 +14,9 @@ add_header X-Permitted-Cross-Domain-Policies "none" always;
14
add_header X-Robots-Tag "none" always;
15
add_header X-XSS-Protection "1; mode=block" always;
16
17
-# remove X-Powered-By, which is an information leak
+# remove X-Powered-By and nginx version, which is an information leak
18
fastcgi_hide_header X-Powered-By;
19
+server_tokens off;
20
21
location / {
22
try_files $uri $uri/ /index.php$is_args$query_string;
0 commit comments