Updated Deploying uBlock Origin: configuration (markdown)

Raymond Hill 2021-01-06 17:54:14 -05:00
parent 0b0790975e
commit c2f5abe122

@ -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)