Skip to content

Commit 199ce6e

Browse files
951648: Updated Content Security Policy
1 parent a8c9a59 commit 199ce6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content Security Policy/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- Defines Content Security Policy to enhance security by specifying trusted sources for loading scripts, styles, fonts, images, and other resources. -->
99
<meta http-equiv="Content-Security-Policy" content="
1010
default-src 'self';
11-
script-src 'self' 'unsafe-eval' https://cdn.syncfusion.com/ 'unsafe-inline' blob:;
11+
script-src 'self' 'wasm-unsafe-eval' https://cdn.syncfusion.com/ blob:;
1212
worker-src 'self' blob:;
1313
connect-src 'self' data: https://cdn.syncfusion.com;
1414
style-src 'self' https://fonts.googleapis.com/ 'unsafe-inline' blob:;

0 commit comments

Comments
 (0)