This commit is contained in:
Alexandre
2023-02-01 13:53:16 +01:00
parent 12ebf302a5
commit 565ac2e5f5
23 changed files with 30 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
server_name $hostname;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;