Correct missing CSP header (#3177)

This commit is contained in:
Firstyear 2024-11-05 14:48:11 +10:00 committed by William Brown
parent 78ced241eb
commit 99573f2b94

View file

@ -186,7 +186,7 @@ pub async fn create_https_server(
"frame-ancestors 'none'; ",
"img-src 'self' data:; ",
"worker-src 'none'; ",
"script-src 'self'{};",
"script-src 'self' 'unsafe-eval'{};",
),
js_checksums
);