mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Deploying uBlock Origin: configuration (markdown)
parent
0b0790975e
commit
c2f5abe122
1 changed files with 8 additions and 4 deletions
|
|
@ -34,20 +34,24 @@ An array of strings, where each string refer to a part of the popup panel which
|
|||
|
||||
## toOverwrite
|
||||
|
||||
The properties in the `toOverwrite` branch will wholly replace the corresponding local settings. Currently, the following subset of properties are supported:
|
||||
The properties in the `toOverwrite` branch will wholly replace the corresponding local settings. Currently, the following properties are supported:
|
||||
|
||||
### trustedSiteDirectives
|
||||
|
||||
The `trustedSiteDirectives` property is an array of string, which of which must resolve into a valid trusted-site directive, used to dictate where uBO must be disabled. All the directives will be used to wholly replace the local trusted-site directives, including the built-in ones.
|
||||
The `trustedSiteDirectives` property is an array of string, each of which must resolve into a valid trusted-site directive, used to dictate where uBO must be disabled.
|
||||
|
||||
All the directives will be used to wholly replace the local trusted-site directives, including the built-in ones.
|
||||
|
||||
See documentation on how to create valid trusted-site directives: ["How to mark a web site as trusted"](./How-to-mark-a-web-site-as-trusted)
|
||||
|
||||
## toAdd
|
||||
|
||||
The properties in the `toAdd` branch will append to the already present local settings. Currently, the following subset of properties are supported:
|
||||
The properties in the `toAdd` branch will append to the already present local settings. Currently, the following properties are supported:
|
||||
|
||||
### trustedSiteDirectives
|
||||
|
||||
The `trustedSiteDirectives` property is an array of string, which of which must resolve into a valid trusted-site directive, used to dictate where uBO must be disabled. The directives will be appended to the local ones.
|
||||
The `trustedSiteDirectives` property is an array of string, each of which must resolve into a valid trusted-site directive, used to dictate where uBO must be disabled.
|
||||
|
||||
The directives will be appended to the local ones.
|
||||
|
||||
See documentation on how to create valid trusted-site directives: ["How to mark a web site as trusted"](./How-to-mark-a-web-site-as-trusted)
|
||||
|
|
|
|||
Loading…
Reference in a new issue