Minor Nginx tweaks

Because of privacy concerns it's desirable to disable referrer, FLoC and
Cloudflare as resolver.
pull/3/head
Marco Kundt 2021-06-23 21:18:49 +02:00
parent f316858850
commit 51b61fb2d8
1 changed files with 3 additions and 2 deletions

View File

@ -61,7 +61,7 @@ server {
# OCSP stapling
ssl_stapling on;
ssl_stapling_verify on;
resolver 1.1.1.1;
#resolver 1.1.1.1;
# verify chain of trust of OCSP response using Root CA and Intermediate certs
#ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;
@ -72,8 +72,9 @@ server {
add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-XSS-Protection "1; mode=block" always;
add_header X-Content-Type-Options "nosniff" always;
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
add_header Referrer-Policy no-referrer;
add_header Strict-Transport-Security "max-age=63072000" always;
add_header Permissions-Policy "interest-cohort=()";
## locations
# ACME-challenge