Skip to content

Commit

Permalink
remove csp for electron
Browse files Browse the repository at this point in the history
  • Loading branch information
uu-z committed Nov 17, 2020
1 parent 1acd4e4 commit 53f6db2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ioPay",
"version": "1.0.12",
"version": "1.0.13",
"description": "IoTeX Wallet App",
"main": "dist/app/main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/electron/src/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<meta charset="UTF-8" />
<meta
<!-- <meta
http-equiv="Content-Security-Policy"
content="default-src 'unsafe-inline' 'self' https://iotexscan.io https://ethereum.github.io https://testnet.iotexscan.io https://certs.iotex.io https://api.mainnet.iotex.one https://api.testnet.iotex.one"
/>
/> -->
<style>
body {
background-color: #ebebeb;
Expand Down
4 changes: 2 additions & 2 deletions src/electron/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<meta charset="UTF-8" />
<meta
<!-- <meta
http-equiv="Content-Security-Policy"
content="default-src 'unsafe-inline' 'self' https://iotexscan.io https://ethereum.github.io https://testnet.iotexscan.io https://certs.iotex.io https://api.mainnet.iotex.one https://api.testnet.iotex.one"
/>
/> -->
<title>IoTeX Desktop Wallet</title>
<style>
body {
Expand Down

0 comments on commit 53f6db2

Please sign in to comment.