diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2024-11-05 16:13:54 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2024-11-05 16:13:54 +0100 |
commit | d37083ae2a722e1b776d13e1f3c3cbf2e17ecb16 (patch) | |
tree | 238a8ddb0f469634989c0ed1031ea9d20807fe17 | |
parent | d4abab3058822a2b78d8d10a281738b592714a77 (diff) | |
download | pillar-master.tar.xz |
Apparently this breaks WebAuthn for the desktop client.
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | nginx/vault_kyriasis_com.sls | 3 |
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 |