From c2f5abe122e2e1f325ee75d0677aa7b65c3d92d5 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 6 Jan 2021 17:54:14 -0500 Subject: [PATCH] Updated Deploying uBlock Origin: configuration (markdown) --- Deploying-uBlock-Origin:-configuration.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Deploying-uBlock-Origin:-configuration.md b/Deploying-uBlock-Origin:-configuration.md index 150d7fd..ce1056f 100644 --- a/Deploying-uBlock-Origin:-configuration.md +++ b/Deploying-uBlock-Origin:-configuration.md @@ -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)