Skip to content

Commit 4532e12

Browse files
authored
allow all in csp default-src (#401)
1 parent 155b2fb commit 4532e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/src/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
This CSP allows any SSL-enabled host and for arbitrary eval(), but you should limit these directives further to increase your app's security.
1717
Learn more about CSP policies at https://content-security-policy.com/#directive
1818
-->
19-
<meta http-equiv="Content-Security-Policy" content="default-src 'self' blob: https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' blob: https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https: localhost:*; object-src 'none'; img-src 'self' https: localhost:* data: http://books.google.com http://cdn.viglink.com; font-src 'self' https: localhost:* data:;">
19+
<meta http-equiv="Content-Security-Policy" content="default-src * 'self' blob: https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' blob: https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https: localhost:*; object-src 'none'; img-src 'self' https: localhost:* data: http://books.google.com http://cdn.viglink.com; font-src 'self' https: localhost:* data:;">
2020
<meta name="importmap-type" content="systemjs-importmap" />
2121
<!-- If you wish to turn off import-map-overrides for specific environments (prod), uncomment the line below -->
2222
<!-- More info at https://github.com/joeldenning/import-map-overrides/blob/master/docs/configuration.md#domain-list -->

0 commit comments

Comments
 (0)