1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-26 02:45:38 +00:00
Files
boinc
boring-nginx
Dockerfile
README.md
headers_params
nginx.conf
ngxpasswd
ngxproxy
proxy_params
run.sh
ssl_params
tls1_3.patch
vhost_http.conf
vhost_https.conf
cowrie
ghost
isso
lychee
nextcloud
piwik
privatebin
rtorrent-flood
searx
subsonic
tor
unmaintained
LICENSE
dockerfiles/boring-nginx/headers_params
2016-10-01 17:46: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";