Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Feb 3, 2022
1 parent 8f0a91b commit 3ad5921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internet_identity/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ fn security_headers() -> Vec<HeaderField> {
// infrastructure.
(
"Content-Security-Policy".to_string(),
"default-src 'none';\
format!("default-src 'none';\
connect-src 'self' https://ic0.app;\
img-src 'self' data:;\
script-src '{hash}' 'unsafe-inline' 'unsafe-eval' 'strict-dynamic' https:;\
Expand Down

0 comments on commit 3ad5921

Please sign in to comment.