Skip to content

Commit

Permalink
support samesite cookies attribute (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
blat authored Feb 9, 2021
1 parent 1ff5c47 commit c61efe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/CAS/CookieJar.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ protected function parseCookieHeader ($line, $defaultDomain)
case 'commenturl':
case 'discard':
case 'httponly':
case 'samesite':
$cookie[$attributeNameLC] = $attributeValue;
break;
default:
Expand Down

0 comments on commit c61efe1

Please sign in to comment.