As there are no authenticated routes, CSRF protection can be disabled.
@ -16,6 +16,8 @@ play.http {
play.filters.enabled += "play.filters.cors.CORSFilter"
play.filters.enabled += "com.xsn.explorer.play.LoggingFilter"
play.filters.disabled += "play.filters.csrf.CSRFFilter"
play.filters.cors {
allowedOrigins = [
"http://xsnexplorer.io", "https://xsnexplorer.io",