diff --git a/config/environments/development.rb b/config/environments/development.rb index 44550745457e02f3260d2f81d2c5d438cc19ebe2..a08862bd00744773e72103170f37d0ae7912e011 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -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