Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(security): update csp settings
Browse files Browse the repository at this point in the history
  • Loading branch information
korhaliv committed Apr 29, 2019
1 parent 6eb9c4f commit 2e973f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions webpack/dev/renderer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const config = merge.smart(baseConfig, {
'ws://localhost:*',
'https://api.coinbase.com/',
'https://testnet-api.smartbit.com.au',
'https://api.smartbit.com.au',
'https://api.blockcypher.com',
'https://bitcoinfees.earn.com',
'https://zap.jackmallers.com',
Expand Down
1 change: 1 addition & 0 deletions webpack/prod/renderer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const config = merge.smart(baseConfig, {
"'self'",
'https://api.coinbase.com/',
'https://testnet-api.smartbit.com.au',
'https://api.smartbit.com.au',
'https://api.blockcypher.com',
'https://bitcoinfees.earn.com',
'https://zap.jackmallers.com',
Expand Down

0 comments on commit 2e973f3

Please sign in to comment.