Skip to content

Commit ca5f3d7

Browse files
951648: CSP updated
1 parent 0366c38 commit ca5f3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content Security Policy/public/index.html

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

0 commit comments

Comments
 (0)