|
@ -16,6 +16,8 @@ play.http { |
|
|
play.filters.enabled += "play.filters.cors.CORSFilter" |
|
|
play.filters.enabled += "play.filters.cors.CORSFilter" |
|
|
play.filters.enabled += "com.xsn.explorer.play.LoggingFilter" |
|
|
play.filters.enabled += "com.xsn.explorer.play.LoggingFilter" |
|
|
|
|
|
|
|
|
|
|
|
play.filters.disabled += "play.filters.csrf.CSRFFilter" |
|
|
|
|
|
|
|
|
play.filters.cors { |
|
|
play.filters.cors { |
|
|
allowedOrigins = [ |
|
|
allowedOrigins = [ |
|
|
"http://xsnexplorer.io", "https://xsnexplorer.io", |
|
|
"http://xsnexplorer.io", "https://xsnexplorer.io", |
|
|