Skip to content

Commit

Permalink
server: Allow www.xsnexplorer.io on the CORS filter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Jun 9, 2019
1 parent f1b0f32 commit a562497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ play.filters.disabled += "play.filters.csrf.CSRFFilter"
play.filters.cors {
allowedOrigins = [
"http://xsnexplorer.io", "https://xsnexplorer.io",
"http://www.xsnexplorer.io", "https://www.xsnexplorer.io",
"http://lightningstake.com", "https://lightningstake.com",
"http://localhost:4200", "https://localhost:4200",
"https://cloud.stakenet.io", "https://dev.stakenet.io"
Expand Down

0 comments on commit a562497

Please sign in to comment.