Files
hassio-addons/picard/rootfs/etc/nginx/includes/server_params.conf
Alexandre 5c85f6841a picard
2020-11-30 17:27:05 +01:00

7 lines
173 B
Plaintext

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