Skip to content

Commit 3ad5921

Browse files
committed
Merge fix
1 parent 8f0a91b commit 3ad5921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internet_identity/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ fn security_headers() -> Vec<HeaderField> {
835835
// infrastructure.
836836
(
837837
"Content-Security-Policy".to_string(),
838-
"default-src 'none';\
838+
format!("default-src 'none';\
839839
connect-src 'self' https://ic0.app;\
840840
img-src 'self' data:;\
841841
script-src '{hash}' 'unsafe-inline' 'unsafe-eval' 'strict-dynamic' https:;\

0 commit comments

Comments
 (0)