Skip to content

Commit

Permalink
Merge pull request #68 from skalenetwork/feature/bridge-ui-improvements
Browse files Browse the repository at this point in the history
Allow ETH price APIs
  • Loading branch information
dmytrotkk authored Mar 29, 2023
2 parents 77d034d + f0c3b95 commit 84b4bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"headers": [
{
"key": "Content-Security-Policy",
"value": "default-src 'none'; script-src 'self' https://vercel.live; style-src 'self' 'unsafe-inline'; img-src 'self' * data:; connect-src 'self' https://*.infura.io https://*.skalenodes.com; font-src 'self'; object-src 'none'; frame-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'none'; manifest-src 'self';"
"value": "default-src 'none'; script-src 'self' https://vercel.live; style-src 'self' 'unsafe-inline'; img-src 'self' * data:; connect-src 'self' https://api.coingecko.com https://ethgasstation.info https://*.infura.io https://*.skalenodes.com; font-src 'self'; object-src 'none'; frame-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'none'; manifest-src 'self';"

},
{
Expand Down

0 comments on commit 84b4bfe

Please sign in to comment.