Ensure no rules are repeated before consolidation step
There are two deduplication steps currently in the filter list generation procedure. One simply removes duplicated rules. The other consolidates rules that differ only by the domains to which they apply. The removal of duplicated rules should be done before the consolidation step as the current ordering can lead to domains being repeated in a rule. Bug: 1067711 Change-Id: I3126e28f8232c0b5eaf8c021432542fad4e5ca03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134776Reviewed-by:Josh Karlin <jkarlin@chromium.org> Commit-Queue: Alex Turner <alexmt@chromium.org> Cr-Commit-Position: refs/heads/master@{#756809}
Showing
Please register or sign in to comment