mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
new experimental redirect filter to lower breakage by EasyPrivacy's
This commit is contained in:
parent
ee0cccf663
commit
6c16d6b446
2 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
ad5c563cb0203fb48704cc75d4f46f8e assets/ublock/filters.txt
|
||||
146704ad1c0393e342afdb416762c183 assets/ublock/badware.txt
|
||||
5baa90e2da7cd6a73edff2010557ee57 assets/ublock/redirect.txt
|
||||
12b0660eebed61255fc67ad185dfd4e8 assets/ublock/experimental.txt
|
||||
b65ec581214a0d24dad6522a60f827ab assets/ublock/experimental.txt
|
||||
c3613efb3ab043f2a6cb8865f783beb4 assets/ublock/resources.txt
|
||||
059e0bfbf22bd242dda7b07389fe09a2 assets/ublock/filter-lists.json
|
||||
3605c73f21abca428c7eb69a8bc32dfe assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt
|
||||
|
|
|
@ -32,3 +32,9 @@
|
|||
|
||||
# https://github.com/gorhill/uBlock/issues/897#issuecomment-180871042
|
||||
||doubleclick.net/instream/ad_status.js$script,redirect=doubleclick.net/instream/ad_status.js,important
|
||||
|
||||
# This potentially unbreaks sites broken by EasyPrivacy's `/b/ss/*&aqe=`
|
||||
# Confirmed for:
|
||||
# - http://www.surfline.com/video/ (links not working)
|
||||
# - https://github.com/gorhill/uBlock/issues/529
|
||||
*/b/ss/*&aqe=$image,redirect=1x1-transparent.gif
|
||||
|
|
Loading…
Reference in a new issue