Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3831 from input-output-hk/devops-1121-explorer-co…
Browse files Browse the repository at this point in the history
…rs-origin

[DEVOPS-1121] explorer: add testnet URL to CORS origin whitelist
  • Loading branch information
cleverca22 authored Nov 6, 2018
2 parents 08c1c19 + 5d0a913 commit f8b7c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions explorer/src/Pos/Explorer/Socket/App.hs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ notifierServer notifierSettings connVar = do
[ "https://cardanoexplorer.com"
, "https://explorer.iohkdev.io"
, "http://cardano-explorer.cardano-mainnet.iohk.io"
, "https://cardano-explorer.cardano-testnet.iohkdev.io"
, "http://localhost:3100"
]

Expand Down

0 comments on commit f8b7c1d

Please sign in to comment.