Fix ActionCable origin checking
This commit is contained in:
		
							parent
							
								
									8459acd123
								
							
						
					
					
						commit
						5a8c149f6b
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -4,4 +4,6 @@ Rails.application.configure do
 | 
				
			||||||
  config.x.use_https    = ENV['LOCAL_HTTPS'] == 'true'
 | 
					  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_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
 | 
					end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue