From d8bc6b0872a998301baab3e016dd452e0fb52d3b Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 16 Jan 2021 11:12:09 -0500 Subject: [PATCH] Updated Deploying uBlock Origin: configuration (markdown) --- Deploying-uBlock-Origin:-configuration.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Deploying-uBlock-Origin:-configuration.md b/Deploying-uBlock-Origin:-configuration.md index 2b2809a..6506b02 100644 --- a/Deploying-uBlock-Origin:-configuration.md +++ b/Deploying-uBlock-Origin:-configuration.md @@ -5,6 +5,23 @@ uBO supports being configured through central policies, see browser documentatio The documented settings below are only available with uBO version 1.33.0 and above. +## userSettings + +The purpose of the `userSettings` property is to set the values of various [user settings](./Dashboard:-Settings). + +Each entry in the array is an array consisting of a pair of name-value strings. Each name string must be a supported user setting, and each value string must properly resolve to a supported value. + +Every valid entry will be used to overwrite the corresponding default user setting at launch time. + +Example: + + { + "userSettings": [ + [ "contextMenuEnabled", "false" ], + [ "dynamicFilteringEnabled", "false" ] + ] + } + ## advancedSettings The purpose of the `advancedSettings` property is to set the values of various [advanced settings](./Advanced-settings).