Skip to content

Commit 74e40f2

Browse files
committed
index.html : Improvement : content security policy loosing for raw data from ZIP files
1 parent 4607783 commit 74e40f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta http-equiv="Content-Security-Policy" content="
1010
default-src * 'unsafe-inline' 'unsafe-eval';
1111
connect-src * http: https: file:;
12+
img-src * data: blob: https: http: 'unsafe-inline';
1213
">
1314
<link rel="manifest" href="manifest.webmanifest">
1415
<script src="hvdata/jszip.min.js"></script>

0 commit comments

Comments
 (0)