mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
added dropbox.com, duckduckgo.com, flickr.com, instagram.com, play.google.com, vimeo.com added dropbox.com, duckduckgo.com, flickr.com, instagram.com, play.google.com, vimeo.com
parent
b0dea014bd
commit
4e3a19cc2d
1 changed files with 23 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
Reminder: the `noop` rule action means that network requests will not be filtered through dynamic filtering, but they will still be filtered through static filtering (_EasyList_, _EasyPrivacy_, etc).
|
Reminder: the `noop` rule action means that network requests will not be filtered through dynamic filtering, but they will still be filtered through static filtering (_EasyList_, _EasyPrivacy_, etc).
|
||||||
|
|
||||||
# the default-deny rules
|
# the default-deny rules
|
||||||
* * 3p block
|
* * 3p block
|
||||||
|
|
@ -83,9 +83,16 @@ Reminder: the `noop` rule action means that network requests will not be filtere
|
||||||
# discovery.com
|
# discovery.com
|
||||||
news.discovery.com ddmcdn.com * noop
|
news.discovery.com ddmcdn.com * noop
|
||||||
|
|
||||||
|
# dropbox.com
|
||||||
|
www.dropbox.com dropboxstatic.com * noop
|
||||||
|
|
||||||
# dslreports.com
|
# dslreports.com
|
||||||
www.dslreports.com dslr.net * noop
|
www.dslreports.com dslr.net * noop
|
||||||
|
|
||||||
|
# duckduckgo.com
|
||||||
|
duckduckgo.com youtube-nocookie.com * noop
|
||||||
|
duckduckgo.com ytimg.com * noop
|
||||||
|
|
||||||
# ebay.com
|
# ebay.com
|
||||||
www.ebay.com ebaydesc.com * noop
|
www.ebay.com ebaydesc.com * noop
|
||||||
www.ebay.com ebayimg.com * noop
|
www.ebay.com ebayimg.com * noop
|
||||||
|
|
@ -108,6 +115,9 @@ Reminder: the `noop` rule action means that network requests will not be filtere
|
||||||
www.fastcompany.com fastcompany.net * noop
|
www.fastcompany.com fastcompany.net * noop
|
||||||
www.fastcodesign.com fastcompany.net * noop
|
www.fastcodesign.com fastcompany.net * noop
|
||||||
|
|
||||||
|
# flickr.com
|
||||||
|
www.flickr.com yimg.com * noop
|
||||||
|
|
||||||
# fool.com
|
# fool.com
|
||||||
www.fool.com foolcdn.com * noop
|
www.fool.com foolcdn.com * noop
|
||||||
|
|
||||||
|
|
@ -147,6 +157,9 @@ Reminder: the `noop` rule action means that network requests will not be filtere
|
||||||
# huffingtonpost.co.uk
|
# huffingtonpost.co.uk
|
||||||
www.huffingtonpost.co.uk huffpost.com * noop
|
www.huffingtonpost.co.uk huffpost.com * noop
|
||||||
|
|
||||||
|
# instagram.com
|
||||||
|
instagram.com akamaihd.net * noop
|
||||||
|
|
||||||
# kaspersky.com
|
# kaspersky.com
|
||||||
blog.kaspersky.com kaspersky-cyberstat.com * noop
|
blog.kaspersky.com kaspersky-cyberstat.com * noop
|
||||||
blog.kaspersky.com kasperskycontenthub.com * noop
|
blog.kaspersky.com kasperskycontenthub.com * noop
|
||||||
|
|
@ -222,6 +235,11 @@ Reminder: the `noop` rule action means that network requests will not be filtere
|
||||||
# pinterest.com
|
# pinterest.com
|
||||||
www.pinterest.com pinimg.com * noop
|
www.pinterest.com pinimg.com * noop
|
||||||
|
|
||||||
|
# play.google.com
|
||||||
|
play.google.com gstatic.com * noop
|
||||||
|
play.google.com youtube.com * noop
|
||||||
|
play.google.com ytimg.com * noop
|
||||||
|
|
||||||
# rawstory.com
|
# rawstory.com
|
||||||
www.rawstory.com netdna-cdn.com * noop
|
www.rawstory.com netdna-cdn.com * noop
|
||||||
|
|
||||||
|
|
@ -335,6 +353,9 @@ Reminder: the `noop` rule action means that network requests will not be filtere
|
||||||
venturebeat.com netdna-cdn.com * noop
|
venturebeat.com netdna-cdn.com * noop
|
||||||
venturebeat.com vbstatic.co * noop
|
venturebeat.com vbstatic.co * noop
|
||||||
|
|
||||||
|
# vimeo.com
|
||||||
|
vimeo.com vimeocdn.com * noop
|
||||||
|
|
||||||
# vox.com
|
# vox.com
|
||||||
www.vox.com ajax.googleapis.com * noop
|
www.vox.com ajax.googleapis.com * noop
|
||||||
www.vox.com vox-cdn.com * noop
|
www.vox.com vox-cdn.com * noop
|
||||||
|
|
@ -373,4 +394,4 @@ Reminder: the `noop` rule action means that network requests will not be filtere
|
||||||
www.youtube.com ytimg.com * noop
|
www.youtube.com ytimg.com * noop
|
||||||
|
|
||||||
# zdnet.com
|
# zdnet.com
|
||||||
www.zdnet.com cbsistatic.com * noop
|
www.zdnet.com cbsistatic.com * noopg
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue