about summary refs log tree commit diff
path: root/spec/rails_helper.rb
diff options
context:
space:
mode:
authorMoritz Heiber <github@heiber.im>2019-01-15 23:11:46 +0100
committerEugen Rochko <eugen@zeonfederated.com>2019-01-15 23:11:46 +0100
commitecf40d09ed42c15f1379718d70142434a72986f5 (patch)
tree63e5b08203847f3651d5ecde86e3cf4e8290255e /spec/rails_helper.rb
parenta12f6d10cc747073b612c3d2bcf66719e9754297 (diff)
Disable Same-Site cookie implementation to fix SSO issues on WebKit browsers (#9819)
Diffstat (limited to 'spec/rails_helper.rb')
-rw-r--r--spec/rails_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb
index 1ded751ab..3a5e7491e 100644
--- a/spec/rails_helper.rb
+++ b/spec/rails_helper.rb
@@ -29,7 +29,6 @@ Devise::Test::ControllerHelpers.module_eval do
       value: resource.activate_session(warden.request),
       expires: 1.year.from_now,
       httponly: true,
-      same_site: :lax,
     }
   end
 end