[webkit-changes] [WebKit/WebKit] 20d60e: Enforce maxAgeCacheCap when partitioned cookies ar...
Commit Queue
noreply at github.com
Thu Jan 2 20:12:56 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 20d60e9cefe4000db473b20127e03011a934ef75
https://github.com/WebKit/WebKit/commit/20d60e9cefe4000db473b20127e03011a934ef75
Author: Matthew Finkel <m_finkel at apple.com>
Date: 2025-01-02 (Thu, 02 Jan 2025)
Changed paths:
M Source/WebCore/platform/network/NetworkStorageSession.cpp
Log Message:
-----------
Enforce maxAgeCacheCap when partitioned cookies are allowed
https://bugs.webkit.org/show_bug.cgi?id=285308
rdar://142279055
Reviewed by Charlie Wolfe.
Currently we only cap the age of cached entries if full third-party cookie
blocking is enabled. In this patch I am capping cached entries when partitioned
cookies are allowed, too.
* Source/WebCore/platform/network/NetworkStorageSession.cpp:
(WebCore::NetworkStorageSession::maxAgeCacheCap):
Canonical link: https://commits.webkit.org/288394@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list