Skip to content

Commit

Permalink
add script-src-elem to Content Security Policy (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
YHhaoareyou authored May 29, 2022
1 parent 156663d commit 6c911c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>WasedaTime</title>

<meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: http: blob: data: 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:;">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: http: blob: data: localhost:*; script-src-elem 'unsafe-inline' 'unsafe-eval' https: http: blob: data: 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:;">
<!-- <meta name="importmap-type" content="systemjs-importmap" /> -->
<!-- <script async src="/es-module-shims.js"></script> -->
<script async src="https://ga.jspm.io/npm:[email protected]/dist/es-module-shims.js"></script>
Expand Down

0 comments on commit 6c911c8

Please sign in to comment.