fix(bitwarden): Webauthn login didn't work

pull/55/head
Inex Code 2024-02-19 15:23:25 +03:00
parent 2d4e7e89a1
commit f103f708da
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ in
add_header Strict-Transport-Security $hsts_header;
#add_header Content-Security-Policy "script-src 'self'; object-src 'none'; base-uri 'none';" always;
add_header 'Referrer-Policy' 'origin-when-cross-origin';
add_header X-Frame-Options DENY;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict";