Skip to content

Commit

Permalink
mixed content fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Jun 22, 2018
1 parent 0a62c28 commit cdba2c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ function createWindow() {
minWidth: 800,
minHeight: 600,
frame: true,
icon: path.join(__dirname, 'src/assets/icons/ico/simpleos.ico'),
allowRunningInsecureContent: true
icon: path.join(__dirname, 'src/assets/icons/ico/simpleos.ico')
});
win.setMenu(null);

Expand Down
2 changes: 0 additions & 2 deletions src/app/network.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ export class NetworkService {
this.publicEndpoints = [
{url: 'http://br.eosrio.io:8080', owner: 'EOS Rio', latency: 0, filters: []},
{url: 'http://api.eosnewyork.io', owner: 'EOS New York', latency: 0, filters: []},
{url: 'https://eos.greymass.com', owner: 'Greymass', latency: 0, filters: []},
{url: 'https://eosapi.blockmatrix.network', owner: 'Blockmatrix', latency: 0, filters: []},
{url: 'https://api1.eosasia.one', owner: 'EOS Asia', latency: 0, filters: []},
{url: 'http://api.hkeos.com', owner: 'HK EOS', latency: 0, filters: []},
{url: 'http://api.proxy1a.sheos.org', owner: 'shEOS', latency: 0, filters: []},
{url: 'http://bp.cryptolions.io:8888', owner: 'CryptoLions', latency: 0, filters: []},
{url: 'http://jhb.eosio.africa:8088', owner: 'eosAfrica', latency: 0, filters: []}
];
Expand Down

0 comments on commit cdba2c8

Please sign in to comment.