Files
hassio-addons/birdnet-pipy/rootfs/etc/nginx/includes/server_params.conf
2026-01-29 17:25:15 +01:00

6 lines
218 B
Plaintext

add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;
add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-Content-Type-Options "nosniff" always;