simplify conf add ssl hook server

This commit is contained in:
2021-05-24 15:53:49 +00:00
parent 04211ed730
commit e9ce546b85
4 changed files with 18 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
include ssl.conf;
add_header Content-Security-Policy "default-src 'self' 'unsafe-inline'";
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";