fix: allow webauthn iframe on vaultwarden

This commit is contained in:
oddlama 2024-03-14 01:05:08 +01:00
parent af91ba38a5
commit 76ec1d9c51
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -41,7 +41,11 @@ in {
extraConfig = ''
client_max_body_size 256M;
'';
locations."/".proxyPass = "http://vaultwarden";
locations."/" = {
proxyPass = "http://vaultwarden";
proxyWebsockets = true;
X-Frame-Options = "SAMEORIGIN";
};
};
};
};