Changed configdata to use QUrl for adblock whitelisting
This commit is contained in:
parent
1384e14bf1
commit
92b56b3d38
@ -503,13 +503,13 @@ content.host_blocking.whitelist:
|
|||||||
- piwik.org
|
- piwik.org
|
||||||
type:
|
type:
|
||||||
name: List
|
name: List
|
||||||
valtype: String
|
valtype: QUrl
|
||||||
none_ok: true
|
none_ok: true
|
||||||
desc: >-
|
desc: >-
|
||||||
List of domains that should always be loaded, despite being ad-blocked.
|
List of URL Patterns should always be loaded, despite being ad-blocked.
|
||||||
|
|
||||||
Domains may contain * and ? wildcards and are otherwise required to exactly
|
Patterns may contain the * wildcard and are based on chromium url matching
|
||||||
match the requested domain.
|
guidelines. See utils.urlmatch.py for examples.
|
||||||
|
|
||||||
Local domains are always exempt from hostblocking.
|
Local domains are always exempt from hostblocking.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user