nginx/files/etc/nginx/conf.d/headers.conf
2021-04-28 12:19:18 +02:00

7 lines
246 B
Plaintext

add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Frame-Options "SAMEORIGIN" always;
add_header Permissions-Policy interest-cohort=();
more_clear_headers x-powered-by;
more_clear_headers server;