0
0
Fork 0

Final fix for ActionCable origin issues

This commit is contained in:
Eugen Rochko 2016-08-18 18:51:50 +02:00
parent 8985f8e66c
commit 68c93f8b85
2 changed files with 4 additions and 2 deletions

View file

@ -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