This page writes a persistent tracking id into the Cache Storage API
(window.caches) and reads it back. Cache Storage is an
origin-scoped, disk-backed store that survives reloads and browser
restarts, so it can be abused for cross-session tracking just like
cookies or localStorage.
Brave's "Forget me when I close this site" (Forgetful Browsing) shield is supposed to purge all of this origin's storage once the last tab for the site is closed. This checks whether Cache Storage is included in that purge.
Origin:
Cache Storage supported:
Tracking id: —