diff options
author | gorhill <rhill@raymondhill.net> | 2015-08-21 21:52:16 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-08-21 21:52:16 -0400 |
commit | a63ac99e03b1f1f127fa83dd06670a9770bb7c4f (patch) | |
tree | 84921e40420043db79a5dd3a41544e249b668d83 /assets | |
parent | 028cfc144eac9c0fd31baef411627c534a5f1905 (diff) | |
download | uBlock-a63ac99e03b1f1f127fa83dd06670a9770bb7c4f.zip uBlock-a63ac99e03b1f1f127fa83dd06670a9770bb7c4f.tar.gz uBlock-a63ac99e03b1f1f127fa83dd06670a9770bb7c4f.tar.bz2 |
this fixes #621
Interpretation/implementation of exception filters with negated
hostname(s) has been revised: no block filter is implied anymore
for such filters. At time of writing I found only 10 such filters
in EasyList, and none in commonly used filter lists.
Diffstat (limited to 'assets')
-rw-r--r-- | assets/checksums.txt | 2 | ||||
-rw-r--r-- | assets/ublock/filters.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/assets/checksums.txt b/assets/checksums.txt index 8ade4d7..cb102ce 100644 --- a/assets/checksums.txt +++ b/assets/checksums.txt @@ -1,6 +1,6 @@ 6f506c670bd425f4743c3056d5a51d83 assets/ublock/unbreak.txt 75448208315e80706632ec8a6df0e6d3 assets/ublock/privacy.txt -09f198379cf23b2db2c14ea9ce032b7c assets/ublock/filters.txt +93cec249d997a853e86c1f4c7c130360 assets/ublock/filters.txt d2c1dc3f8c4528e6d6a9083afc30b938 assets/ublock/badware.txt c9c5cc56bec563bc1885847f925b9be2 assets/ublock/mirror-candidates.txt bf58b93ff4853f6c5bf2aadec2b85916 assets/ublock/filter-lists.json diff --git a/assets/ublock/filters.txt b/assets/ublock/filters.txt index e87c8bb..d8e2ab6 100644 --- a/assets/ublock/filters.txt +++ b/assets/ublock/filters.txt @@ -59,6 +59,9 @@ google.*###sqh # For when javascript is disabled google.*###center_col > #tads +# https://github.com/gorhill/uBlock/issues/621 +search.yahoo.com###main > div > style + ol + # http://www.wilderssecurity.com/threads/ublock-a-lean-and-fast-blocker.365273/page-25#post-2461804 # Specific cosmetic filters for Youtube home page www.youtube.com##.masthead-ad-control |