1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-26 02:45:38 +00:00
Files
boring-nginx
rootfs
etc
nginx
conf
headers_params
nginx.conf
proxy_params
ssl_params
vhost_http.conf
vhost_https.conf
usr
Dockerfile
README.md
dynamic_records.patch
matomo
nextcloud
nginx-php
privatebin
searx
unmaintained
LICENSE
README.md
dockerfiles/boring-nginx/rootfs/etc/nginx/conf/headers_params
2017-08-08 04:54:27 +02:00

4 lines
127 B
Plaintext

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