mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Correct missing CSP header (#3177)
This commit is contained in:
parent
78ced241eb
commit
99573f2b94
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue