wiki is somewhat secure already

This commit is contained in:
Nemo 2017-11-30 03:14:01 +05:30
parent 357256cd11
commit afe0e66087
1 changed files with 0 additions and 2 deletions

View File

@ -496,8 +496,6 @@ resource "docker_container" "wiki" {
"traefik.frontend.headers.SSLTemporaryRedirect" = "true"
"traefik.frontend.headers.STSSeconds" = "2592000"
"traefik.frontend.headers.STSIncludeSubdomains" = "false"
"traefik.frontend.headers.contentTypeNosniff" = "true"
"traefik.frontend.headers.browserXSSFilter" = "true"
# "traefik.frontend.headers.referrerPolicy" = "no-referrer"
"traefik.frontend.headers.customresponseheaders" = "X-Powered-By:Allomancy,X-Server:Blackbox"
}