mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Dynamic filtering: default deny: useful rulesets (markdown)
parent
be15e945ee
commit
d039ccb732
1 changed files with 18 additions and 34 deletions
|
|
@ -1,24 +1,19 @@
|
|||
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-frame block
|
||||
|
||||
##### arstechnica.com
|
||||
|
||||
# arstechnica.com
|
||||
arstechnica.com arstechnica.net * noop
|
||||
|
||||
##### crowdin.com
|
||||
|
||||
# crowdin.com
|
||||
crowdin.com d1ztvzf22lmr1j.cloudfront.net * noop
|
||||
|
||||
##### economist.com
|
||||
|
||||
# economist.com
|
||||
www.economist.com static-economist.com * noop
|
||||
|
||||
##### github.com
|
||||
|
||||
# github.com
|
||||
github.com avatars0.githubusercontent.com * noop
|
||||
github.com avatars1.githubusercontent.com * noop
|
||||
github.com avatars2.githubusercontent.com * noop
|
||||
|
|
@ -27,50 +22,40 @@ Reminder: the `noop` rule action means that network requests will not be filtere
|
|||
github.com raw.githubusercontent.com * noop
|
||||
github.com render.githubusercontent.com * noop
|
||||
|
||||
##### mozilla.org
|
||||
|
||||
# mozilla.org
|
||||
mozilla.org mozilla.net * noop
|
||||
|
||||
##### nytimes.com
|
||||
|
||||
# nytimes.com
|
||||
nytimes.com nyt.com * noop
|
||||
|
||||
##### reddit.com
|
||||
|
||||
# reddit.com
|
||||
reddit.com redditmedia.com * noop
|
||||
reddit.com redditstatic.com * noop
|
||||
|
||||
##### stackoverflow.com
|
||||
|
||||
# stackoverflow.com
|
||||
stackoverflow.com sstatic.net * noop
|
||||
|
||||
##### translate.googleapis.com
|
||||
|
||||
This one is useful if you want to keep the ability to translate any web page using the contextual menu in Chromium:
|
||||
|
||||
# translate.googleapis.com
|
||||
# This one is useful if you want to keep the ability to translate
|
||||
# any web page using the contextual menu in Chromium:
|
||||
* translate.googleapis.com * noop
|
||||
|
||||
##### twitch.tv
|
||||
|
||||
# twitch.tv
|
||||
twitch.tv jtvnw.net * noop
|
||||
twitch.tv swiftype.com * noop
|
||||
twitch.tv ttvnw.net * noop
|
||||
|
||||
##### twitter.com
|
||||
|
||||
# twitter.com
|
||||
twitter.com twimg.com * noop
|
||||
|
||||
##### yahoo.com
|
||||
|
||||
# yahoo.com
|
||||
yahoo.com yimg.com * noop
|
||||
|
||||
##### ycombinator.com
|
||||
|
||||
# ycombinator.com
|
||||
blog.ycombinator.com phaven-prod.s3.amazonaws.com * noop
|
||||
blog.ycombinator.com posthaven-assets.s3.amazonaws.com * noop
|
||||
|
||||
##### youtube.com
|
||||
|
||||
# youtube.com
|
||||
youtube.com content.googleapis.com * noop
|
||||
youtube.com ggpht.com * noop
|
||||
youtube.com google.com * noop
|
||||
|
|
@ -81,6 +66,5 @@ This one is useful if you want to keep the ability to translate any web page usi
|
|||
youtube.com youtube-nocookie.com * noop
|
||||
youtube.com ytimg.com * noop
|
||||
|
||||
##### wikipedia.org
|
||||
|
||||
# wikipedia.org
|
||||
wikipedia.org wikimedia.org * noop
|
||||
|
|
|
|||
Loading…
Reference in a new issue