1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-23 12:29:58 +01:00

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

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>