mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-04 20:36:38 +00:00
Fixed web.rs
This commit is contained in:
parent
037eb0b790
commit
7f7c936049
@ -56,8 +56,8 @@ impl<'r, R: Responder<'r>> Responder<'r> for WebHeaders<R> {
|
||||
res.set_raw_header("X-Frame-Options", "SAMEORIGIN");
|
||||
res.set_raw_header("X-Content-Type-Options", "nosniff");
|
||||
res.set_raw_header("X-XSS-Protection", "1; mode=block");
|
||||
res.set_raw_header("Content-Security-Policy", "frame-ancestors chrome-extension://*");
|
||||
res.set_raw_header("Content-Security-Policy", "frame-ancestors moz-extension://*");
|
||||
let csp = "frame-ancestors chrome-extension://nngceckbapebfimnlniiiahkandclblb moz-extension://* ".to_owned() + &CONFIG.domain + ";";
|
||||
res.set_raw_header("Content-Security-Policy", csp);
|
||||
|
||||
Ok(res)
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user