Skip to content

Commit

Permalink
Reset filter lists in worker when creating filters via "Block element"
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Feb 28, 2024
1 parent c6706c1 commit b0067b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/storage.js
Expand Up @@ -625,6 +625,7 @@ onBroadcast(msg => {
cosmeticFilteringEngine.removeFromSelectorCache(
hostnameFromURI(details.docURL)
);
staticFilteringReverseLookup.resetLists();
};

µb.userFiltersAreEnabled = function() {
Expand Down

0 comments on commit b0067b7

Please sign in to comment.