From ece3d4d62137aedec3d14731a6b4497e8dbe631f Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 8 Jan 2021 11:12:10 -0500 Subject: [PATCH] Updated Deploying uBlock Origin: configuration (markdown) --- Deploying-uBlock-Origin:-configuration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Deploying-uBlock-Origin:-configuration.md b/Deploying-uBlock-Origin:-configuration.md index 2100d85..983e1ad 100644 --- a/Deploying-uBlock-Origin:-configuration.md +++ b/Deploying-uBlock-Origin:-configuration.md @@ -32,12 +32,16 @@ An array of strings, where each string refer to a part of the popup panel which - `globalStats`: remove access to _"Blocked since install"_ statistic. - `basicTools`: remove access to [basic tools](./Quick-guide:-popup-user-interface#the-tools). - `extraTools`: remove access to [per-site switches](./Quick-guide:-popup-user-interface#the-per-site-switches). -- `firewall`: remove access to the [overview pane](./Quick-guide:-popup-user-interface#the-overview-panel). +- `overviewPane`: remove access to the [overview pane](./Quick-guide:-popup-user-interface#the-overview-panel). ## toOverwrite The properties in the `toOverwrite` branch will wholly replace the corresponding local settings. Currently, the following properties are supported: +### filterLists + +The `filterLists` property is an array of strings, where each string is a token which identifies a list to enable by default. To enable a stock filter list, this is the token identifying the list as per content of [`assets.json`](https://github.com/gorhill/uBlock/blob/master/assets/assets.json). For an external list, i.e. not found in `assets.json`, the token is the URL of the filter list. + ### trustedSiteDirectives 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.