Open-Source Wikis

/

Gecko

/

Features

/

Anti-tracking and privacy protections

mozilla/gecko-dev

Anti-tracking and privacy protections

Firefox ships extensive Enhanced Tracking Protection (ETP) which combines URL classification, cookie partitioning, fingerprinting resistance, and content blocking.

Pieces

Storage Access API

Sites that need cross-site storage access (e.g., embedded SSO) request it via document.requestStorageAccess(), which prompts the user and grants a time-limited exemption. Implementation in dom/storage/ and toolkit/components/antitracking/.

Levels

  • Standard (default) — block known trackers + cross-site cookies.
  • Strict — also blocks more tracker categories and applies fingerprinting protection.
  • Custom — user-defined.

Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.

Anti-tracking and privacy protections – Gecko wiki | Factory