Files
hassio-addons/changedetection.io/rootfs/etc/nginx/includes/server_params.conf
2026-01-14 11:34:16 +01:00

6 lines
146 B
Plaintext

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