Skip to content

Commit

Permalink
chore: shorter cookie layer's name
Browse files Browse the repository at this point in the history
  • Loading branch information
addeeandra committed Oct 10, 2024
1 parent 6d481c2 commit f476923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cookie/IPCookieLayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function getCookieValue(): string

public function getName(): string
{
return 'PARA-IP';
return 'PID2';
}

public function hashAlgo(): string
Expand Down
2 changes: 1 addition & 1 deletion src/Cookie/UserAgentCookieLayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public function getCookieValue(): string

public function getName(): string
{
return 'PARA-AGENT';
return 'PID1';
}
}

0 comments on commit f476923

Please sign in to comment.