All corrections
Wikipedia May 7, 2026 at 07:34 PM

en.wikipedia.org/wiki/Bloom_filter

1 correction found

1
Claim
Mozilla Firefox uses cascading Bloom filters for Certificate Revocation and for blocking malicious addons.
Correction

This is outdated for certificate revocation. Mozilla says Firefox’s current CRLite revocation system no longer uses Bloom-filter cascades; it now uses a Clubcard/Ribbon-filter design, and Firefox 137 removed support for the legacy Bloom-filter format.

Full reasoning

Mozilla’s own current documentation contradicts the article’s present-tense wording for certificate revocation.

  • In August 2025, Mozilla Hacks explained that the original CRLite design used “multi-level cascades of Bloom filters,” but that current Clubcard-based CRLite uses a “partitioned two-level cascade of Ribbon filters.”
  • Mozilla also states in Bug 1949027 that Firefox was “moving forward with clubcard filters” and that it did not plan to publish bloom filter cascades in the future. That bug, titled “Remove support for bloom filter cascade based CRLite filters,” was fixed for Firefox 137.

So while Firefox did use Bloom-filter cascades in earlier CRLite work, the statement as written is no longer accurate in the present tense: Firefox’s current certificate-revocation mechanism is not using cascading Bloom filters anymore.

The add-ons half of the sentence appears to be historically accurate: Mozilla’s add-ons blog says the Firefox 79 blocklist revamp was powered by cascading Bloom filters. But because the sentence joins both claims with “and” and states them in the present tense, the whole sentence is misleading as written.

3 sources
Model: OPENAI_GPT_5 Prompt: v1.16.0