diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-31 10:25:32 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-31 10:25:58 +0200 |
commit | 1749a98e86b0ea33131bbc3511fb7ed6fb39375d (patch) | |
tree | 68eecf6676d3fe8ad537c27450513431a5a414fc /cluster/prod/app/garage | |
parent | 6ec9aad801e1d87d0be9d795da1b3ba7883c32cd (diff) | |
download | nixcfg-1749a98e86b0ea33131bbc3511fb7ed6fb39375d.tar.gz nixcfg-1749a98e86b0ea33131bbc3511fb7ed6fb39375d.zip |
Update LDAP configuration
Diffstat (limited to 'cluster/prod/app/garage')
-rw-r--r-- | cluster/prod/app/garage/deploy/garage.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 5a9c6b5..ccc7dd6 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -104,7 +104,7 @@ job "garage" { tags = [ "garage-web", "tricot * 1", - "tricot-add-header Content-Security-Policy default-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' https://code.jquery.com/; frame-ancestors 'self'", + #"tricot-add-header Content-Security-Policy default-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' https://code.jquery.com/; frame-ancestors 'self'", "tricot-add-header Strict-Transport-Security max-age=63072000; includeSubDomains; preload", "tricot-add-header X-Frame-Options SAMEORIGIN", "tricot-add-header X-XSS-Protection 1; mode=block", |