mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
Introduce initial support for site-scoped data clearing by enabling removal of cookies for a given set of sites. The API clears cookies across both public and private browsing contexts, and is gated by the `StorageType` bitflags. At this stage only the `Cookies` category is supported. Support for additional storage types (such as localStorage and sessionStorage) will be added in a follow-up. Testing: A new integration test has been added. Signed-off-by: Jan Varga <jvarga@igalia.com>