Skip to content

Set higher expiry time for the "Ignore tracking" cookie #13042

@bquiller

Description

@bquiller

In Cookie.php, the expiry time is 2 years ; this should be changed to 13 months 🥇 Thanks.
/**
* Returns the default expiry time, 13 months
*
* @return int Timestamp in 13 months
*/
protected function getDefaultExpire()
{
return time() + 86400 * 365 + 86400 * 28;
}

Thanks.

Metadata

Metadata

Assignees

Labels

c: PrivacyFor issues that impact or improve the privacy.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions