Skip to content

Commit

Permalink
Update src/olympia/blocklist/mlbf.py
Browse files Browse the repository at this point in the history
Co-authored-by: William Durand <[email protected]>
  • Loading branch information
KevinMind and willdurand authored Nov 27, 2024
1 parent c02eff7 commit 0a13ed7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/olympia/blocklist/mlbf.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,13 @@ def generate_and_write_stash(
If a block type needs a new filter, we do not include any items for that
block type in the stash to prevent double counting items.
We used to generate a list of `unblocked` versions as a union of deletions
from blocked and deletions from soft_blocked, filtering out any versions
that are in the newly blocked list in order to support Firefox clients that
don't support soft blocking. That, unfortunately, caused other issues so
currently we are very conservative, and we do not fully support old clients.
See: https://github.com/mozilla/addons/issues/15208
"""
# Map block types to hard coded stash keys for compatibility
# with the expected keys in remote settings.
Expand Down

0 comments on commit 0a13ed7

Please sign in to comment.