Merge pull request #23 from beatriceo/request-origins
removed / from request origin url
This commit is contained in:
commit
56c5278624
|
@ -47,7 +47,7 @@ Rails.application.configure do
|
|||
# Mount Action Cable outside main process or domain
|
||||
# config.action_cable.mount_path = nil
|
||||
config.action_cable.url = 'wss://polyglot-173.herokuapp.com/cable'
|
||||
config.action_cable.allowed_request_origins = [ 'https://polyglot-173.herokuapp.com/', 'https://www.polyglot.live/' ]
|
||||
config.action_cable.allowed_request_origins = [ 'https://polyglot-173.herokuapp.com/', 'https://www.polyglot.live' ]
|
||||
|
||||
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
||||
config.force_ssl = true
|
||||
|
|
Loading…
Reference in New Issue