1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-26 02:45:38 +00:00
Files
boring-nginx
cowrie
ghost
isso
lutim
lychee
nodejs
owncloud
piwik
rainloop
reverse
Dockerfile
README.md
headers_params
nginx.conf
ngxpasswd
proxy_params
run.sh
ssl_params
rutorrent
searx
selfoss
subsonic
tor
zerobin
LICENSE
dockerfiles/reverse/headers_params
2016-05-27 18:10:08 +02:00

5 lines
212 B
Plaintext

add_header Strict-Transport-Security "max-age=31536000; includeSubdomains; preload";
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";