Skip to content
Snippets Groups Projects
Commit aab7912d authored by Felipe D'Abrantes's avatar Felipe D'Abrantes
Browse files

Allow incoming requests from any host in the feed service

parent 782262ef
No related branches found
No related tags found
1 merge request!32Google Cloud Deployment
......@@ -32,6 +32,9 @@ play.filters.enabled += play.filters.cors.CORSFilter
# play.filters.cors.allowedOrigins = ["localhost:9000"]
# play.filters.cors.allowedHttpMethods = ["GET", "POST"]
# Allow incoming requests from any host
play.filters.hosts.allowed = ["*"]
# Use a custom error handler to not return HTML views
play.http.errorHandler = "models.CustomErrorHandler"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment