Aggiunta opzione nosniff per gli header

This commit is contained in:
Thomas Zilio 2020-08-11 14:58:33 +02:00
parent fd8b1fdee3
commit 61ce487af5
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
ServerSignature Off
<IfModule mod_headers.c>
Header set X-Robots-Tag: "noindex,nofollow"
Header set X-Content-Type-Options nosniff
</IfModule>
<IfModule mod_rewrite.c>