Skip to content
Snippets Groups Projects
Commit 9d8d74ff authored by smayer's avatar smayer
Browse files

Allow requests from all hosts for now

parent c51f6514
No related branches found
No related tags found
1 merge request!2Merging development into onb as preparation for Annolyzer release
......@@ -76,4 +76,7 @@ Rails.application.configure do
# Allow Action Cable access from any origin.
config.action_cable.url = ENV['NEP_CABLE_URL'] || 'http://127.0.0.1:3000/cable'
config.action_cable.allowed_request_origins = [ENV['NEP_LABS_DOMAIN'], 'http://127.0.0.1:8001']
# Allow requests from all hosts for now
config.hosts.clear
end
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