mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-16 18:41:39 -07:00
Add Edge's frame-ancestors
Edge's frame-ancestors are required for Edge extension to do WebAuthn.
This commit is contained in:
parent
3968bc8016
commit
a622b4d2fb
@ -29,7 +29,7 @@ impl Fairing for AppHeaders {
|
|||||||
res.set_raw_header("X-Content-Type-Options", "nosniff");
|
res.set_raw_header("X-Content-Type-Options", "nosniff");
|
||||||
res.set_raw_header("X-XSS-Protection", "1; mode=block");
|
res.set_raw_header("X-XSS-Protection", "1; mode=block");
|
||||||
let csp = format!(
|
let csp = format!(
|
||||||
"frame-ancestors 'self' chrome-extension://nngceckbapebfimnlniiiahkandclblb moz-extension://* {};",
|
"frame-ancestors 'self' chrome-extension://nngceckbapebfimnlniiiahkandclblb chrome-extension://jbkfoedolllekgbhcbcoahefnbanhhlh moz-extension://* {};",
|
||||||
CONFIG.allowed_iframe_ancestors()
|
CONFIG.allowed_iframe_ancestors()
|
||||||
);
|
);
|
||||||
res.set_raw_header("Content-Security-Policy", csp);
|
res.set_raw_header("Content-Security-Policy", csp);
|
||||||
|
Loading…
Reference in New Issue
Block a user