summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2024-11-05 16:13:54 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2024-11-05 16:13:54 +0100
commitd37083ae2a722e1b776d13e1f3c3cbf2e17ecb16 (patch)
tree238a8ddb0f469634989c0ed1031ea9d20807fe17
parentd4abab3058822a2b78d8d10a281738b592714a77 (diff)
downloadpillar-d37083ae2a722e1b776d13e1f3c3cbf2e17ecb16.tar.xz
Disable X-Frame-Options for vault.kyriasis.comHEADmaster
Apparently this breaks WebAuthn for the desktop client. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--nginx/vault_kyriasis_com.sls3
1 files changed, 0 insertions, 3 deletions
diff --git a/nginx/vault_kyriasis_com.sls b/nginx/vault_kyriasis_com.sls
index 758dd7b..19f9244 100644
--- a/nginx/vault_kyriasis_com.sls
+++ b/nginx/vault_kyriasis_com.sls
@@ -41,9 +41,6 @@ nginx:
# https://developer.mozilla.org/en-US/docs/Security/HTTP_Strict_Transport_Security
- add_header: 'Strict-Transport-Security "max-age=31536000"'
- # Tell browsers not to render the page inside a frame, and avoid clickjacking.
- - add_header: X-Frame-Options SAMEORIGIN
-
# Tell browsers to not try to auto-detect the Content-Type.
- add_header: X-Content-Type-Options nosniff