File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments