1
0
Fork 0

(nginx) remove headers now dealt with helmet

This commit is contained in:
Rigel Kent 2018-07-18 10:21:59 +02:00
parent 8ea021ef48
commit 828fdd08b7
No known key found for this signature in database
GPG Key ID: EA12971B0E438F36
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ server {
# resolver_timeout 5s;
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload";
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;
access_log /var/log/nginx/peertube.example.com.access.log;
error_log /var/log/nginx/peertube.example.com.error.log;