Disable Same-Site cookie implementation to fix SSO issues on WebKit browsers (#9819)
This commit is contained in:
parent
a12f6d10cc
commit
ecf40d09ed
3 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue