diff options
author | gorhill <rhill@raymondhill.net> | 2015-10-07 09:22:42 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-10-07 09:22:42 -0400 |
commit | dbd968e952785c89fa16cde5ae37abe2e2e1664c (patch) | |
tree | 7ee3f235ed1761b01b7884117d90ec720be6f413 | |
parent | a90d9653b5fc9e68620ae2f7867afdec7d721df4 (diff) | |
download | uBlock-dbd968e952785c89fa16cde5ae37abe2e2e1664c.zip uBlock-dbd968e952785c89fa16cde5ae37abe2e2e1664c.tar.gz uBlock-dbd968e952785c89fa16cde5ae37abe2e2e1664c.tar.bz2 |
prevent spurious redirection on WP
-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 dce85bf..da29f6e 100644 --- a/assets/checksums.txt +++ b/assets/checksums.txt @@ -1,6 +1,6 @@ c09d4742808ff3ffc6ae7e9d3d3d0887 assets/ublock/unbreak.txt 75448208315e80706632ec8a6df0e6d3 assets/ublock/privacy.txt -bedded513e6cb074a6d4962b78bfd721 assets/ublock/filters.txt +28369fdabb57af5be776bd7e931c02dc assets/ublock/filters.txt d2c1dc3f8c4528e6d6a9083afc30b938 assets/ublock/badware.txt c9c5cc56bec563bc1885847f925b9be2 assets/ublock/mirror-candidates.txt d6649cbd5533bb5ea3ccd8de060d21fe assets/ublock/filter-lists.json diff --git a/assets/ublock/filters.txt b/assets/ublock/filters.txt index 5979fda..031c966 100644 --- a/assets/ublock/filters.txt +++ b/assets/ublock/filters.txt @@ -142,6 +142,9 @@ jeu.info###page [class^="banniere-"] # http://arstechnica.com/civis/viewtopic.php?f=3&t=1296357 arstechnica.com###lg-pushdown +# This prevents spurious redirection, but breaks comments +||js.washingtonpost.com/wpost/js/combo?*/util/util.identity-management-1.1.0.js$script,first-party + # Useful inline script tag filters until filter list maintainers start to use # it in their respective filter lists arstechnica.com##script:contains(ars.READY.push) |