about summary refs log tree commit diff
path: root/config/environments
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-08-18 18:51:50 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-08-18 18:51:50 +0200
commit68c93f8b859617fb6bb2dc5cf6c5f9a6362bf6a8 (patch)
treee7c9d8a8740e5a6206a7050fe70a16972388f68a /config/environments
parent8985f8e66cabdc65dc3d81a3653f46d6e9799980 (diff)
Final fix for ActionCable origin issues
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/production.rb2
1 files changed, 0 insertions, 2 deletions
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