Skip to content

Commit

Permalink
Temp disable CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrospic committed Aug 24, 2020
1 parent f799052 commit e4d97ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
- access to test-net and main-net validator and observer nodes
- access to 'self' for scripts, styles and images
-->
<meta http-equiv="Content-Security-Policy" content="
<!-- <meta http-equiv="Content-Security-Policy" content="
default-src 'none';
connect-src localhost:* ws://localhost:*
https://*.testnet.rchain-dev.tk https://observer.testnet.rchain.coop https://rnode1.rhobot.net
https://*.root-shard.mainnet.rchain.coop https://*.services.mainnet.rchain.coop;
child-src 'none'; object-src 'none'; script-src 'self'; style-src 'self'; img-src 'self'
">
"> -->
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit e4d97ee

Please sign in to comment.