mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix ActionCable origin checking
This commit is contained in:
parent
8459acd123
commit
5a8c149f6b
@ -4,4 +4,6 @@ Rails.application.configure do
|
||||
config.x.use_https = ENV['LOCAL_HTTPS'] == 'true'
|
||||
|
||||
config.action_mailer.default_url_options = { host: config.x.local_domain, protocol: config.x.use_https ? 'https://' : 'http://' }
|
||||
|
||||
config.action_cable.allowed_request_origins = ["http#{config.x.use_https ? 's' : ''}://#{config.x.local_domain}"]
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user