parent
917b42c84b
commit
3a6d0641aa
|
|
@ -1978,7 +1978,7 @@ Default: +pass:[auto]+
|
|||
=== content.blocking.whitelist
|
||||
A list of patterns that should always be loaded, despite being blocked by the ad-/host-blocker.
|
||||
Local domains are always exempt from adblocking.
|
||||
Note this whitelists otherwise blocked requests, not first-party URLs. As an example, if `example.org` loads an ad from `ads.example.org`, the whitelist entry could be `https://ads.example.org/*`. If you want to disable the adblocker on a given page, use the `content.host_blocking.enabled` setting with a URL pattern instead.
|
||||
Note this whitelists otherwise blocked requests, not first-party URLs. As an example, if `example.org` loads an ad from `ads.example.org`, the whitelist entry could be `https://ads.example.org/*`. If you want to disable the adblocker on a given page, use the `content.blocking.enabled` setting with a URL pattern instead.
|
||||
|
||||
Type: <<types,List of UrlPattern>>
|
||||
|
||||
|
|
|
|||
|
|
@ -676,7 +676,7 @@ content.blocking.whitelist:
|
|||
an example, if `example.org` loads an ad from `ads.example.org`, the
|
||||
whitelist entry could be `https://ads.example.org/*`. If you want to
|
||||
disable the adblocker on a given page, use the
|
||||
`content.host_blocking.enabled` setting with a URL pattern instead.
|
||||
`content.blocking.enabled` setting with a URL pattern instead.
|
||||
|
||||
content.hyperlink_auditing:
|
||||
default: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue