mirror of https://github.com/gorhill/uBlock.git
bringing redirect filter for EasyPrivacy's '/b/ss/*&aqe=' out of experimental status
This commit is contained in:
parent
18937849c3
commit
47b0ea83f7
|
@ -1,10 +1,10 @@
|
|||
4f208de353863eff333de3046e4f6bf2 assets/ublock/unbreak.txt
|
||||
ace8ffced5aa0194d948af72f340bdbe assets/ublock/unbreak.txt
|
||||
62111a29f0a5cb361ba8dbae92054adb assets/ublock/redirect-resources.txt
|
||||
94efb2d9c4bd436707c3923d64cb4f3b assets/ublock/privacy.txt
|
||||
9c0730e96688d533726bcf152574f3a2 assets/ublock/filters.txt
|
||||
98088252cedafb8571cf61b91bea219e assets/ublock/badware.txt
|
||||
5baa90e2da7cd6a73edff2010557ee57 assets/ublock/redirect.txt
|
||||
d81312866b351765bb63082274d90293 assets/ublock/experimental.txt
|
||||
8ed4d73dc0e4eead9a53d34e09ab45ab assets/ublock/experimental.txt
|
||||
395ed88083125e8434e07b6f372cdb67 assets/ublock/resources.txt
|
||||
059e0bfbf22bd242dda7b07389fe09a2 assets/ublock/filter-lists.json
|
||||
3605c73f21abca428c7eb69a8bc32dfe assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt
|
||||
|
|
|
@ -33,11 +33,5 @@
|
|||
# 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
|
||||
|
||||
# https://twitter.com/kenn_butler/status/709163241021317120
|
||||
||googletagmanager.com/gtm.js$script,redirect=googletagmanager.com/gtm.js
|
||||
|
|
|
@ -272,3 +272,10 @@ phoronix.com#@#div[style^="text-align: center;"]
|
|||
# - http://www.food.com/recipe/oven-baked-sweet-plantains-80130 (slideshow controls broken)
|
||||
# - [add more]
|
||||
||amazon-adsystem.com/aax2/amzn_ads.js$script,redirect=amazon-adsystem.com/aax2/amzn_ads.js
|
||||
|
||||
# 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
|
||||
# - http://www.scotrail.co.uk/check-your-journey (via https://twitter.com/andy_pee_tho/status/710508529405263872)
|
||||
*/b/ss/*&aqe=$image,redirect=1x1-transparent.gif
|
||||
|
|
Loading…
Reference in New Issue