From 68c93f8b859617fb6bb2dc5cf6c5f9a6362bf6a8 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 18 Aug 2016 18:51:50 +0200 Subject: Final fix for ActionCable origin issues --- config/environments/production.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/environments') diff --git a/config/environments/production.rb b/config/environments/production.rb index e5cb01151..09b77654f 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -80,6 +80,4 @@ Rails.application.configure do } config.action_mailer.delivery_method = :smtp - - config.action_cable.allowed_request_origins = ["http#{config.x.use_https ? 's' : ''}://#{config.x.local_domain}"] end -- cgit