Skip to content

Commit

Permalink
set same site to strict for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tflori committed Aug 6, 2018
1 parent b2e1fca commit f0250bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServerResponse.php
Expand Up @@ -89,7 +89,7 @@ public function setCookie(
}

if ($sameSite) {
$headerLine .= '; SameSite';
$headerLine .= '; SameSite=strict';
}

$this->addHeader('Set-Cookie', $headerLine);
Expand Down

0 comments on commit f0250bb

Please sign in to comment.