rails/actioncable/test
Dávid Halász 268c340b09 Optionally allow ActionCable requests from the same host as origin
When the `allow_same_origin_as_host` is set to `true`, the request
forgery protection permits `HTTP_ORIGIN` values starting with the
corresponding `proto://` prefix followed by `HTTP_HOST`. This way
it is not required to specify the list of allowed URLs.
2016-09-21 16:10:46 +02:00
..
channel Prevent invocation of channel action if rejected connection 2016-08-19 13:00:39 -04:00
connection Optionally allow ActionCable requests from the same host as origin 2016-09-21 16:10:46 +02:00
javascript Add helper for testing against a mock WebSocket and server 2016-05-31 13:06:11 -04:00
server Add ActiveSupport::Notifications hook to Broadcaster#broadcast 2016-05-12 10:56:35 -07:00
stubs revises more Lint/EndAlignment offenses 2016-08-08 18:25:11 +02:00
subscription_adapter Add Style/EmptyLines in .rubocop.yml and remove extra empty lines 2016-08-07 17:50:59 +09:00
client_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
test_helper.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
worker_test.rb applies new string literal convention in actioncable/test 2016-08-06 19:15:15 +02:00