Skip to content
Snippets Groups Projects

Fix SameSite=None incompatible check not working

Merged Stan Hu requested to merge sh-fix-same-site-header-check into master
All threads resolved!
@@ -18,7 +18,7 @@ def initialize(cookies)
def call(env)
[
200,
{ 'Set-Cookie' => cookies }.compact,
{ 'Set-Cookie' => cookies },
['OK']
]
end
Loading