Skip to content
Snippets Groups Projects
Verified Commit f0250bb3 authored by Thomas Flori's avatar Thomas Flori
Browse files

set same site to strict for compatibility

parent b2e1fca0
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ class ServerResponse extends Response implements ServerResponseInterface
}
if ($sameSite) {
$headerLine .= '; SameSite';
$headerLine .= '; SameSite=strict';
}
$this->addHeader('Set-Cookie', $headerLine);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment