1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Updated Deploying uBlock Origin: configuration (markdown)

Raymond Hill 2021-01-16 11:12:09 -05:00
parent 07b6ef4628
commit d8bc6b0872

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