From e8cd0deddfd74a8707403faab1c36810e1dbdc09 Mon Sep 17 00:00:00 2001 From: q1800 <95879668+q1800@users.noreply.github.com> Date: Sat, 12 Feb 2022 14:12:49 -0600 Subject: [PATCH] Implement uBO naming convention --- Deploying-uBlock-Origin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploying-uBlock-Origin.md b/Deploying-uBlock-Origin.md index 13dca97..46ecccf 100644 --- a/Deploying-uBlock-Origin.md +++ b/Deploying-uBlock-Origin.md @@ -6,7 +6,7 @@ I do not know much about that administrator stuff, so I will let a knowledgeable ### Customizing the settings -Administrators can force specific configurations to deployed uBlock Origin ("uBO"). At launch time, uBO will look for a setting named `adminSettings`, and if it exists, it will parse, extract and overwrite a user's settings with the administrator-assigned ones. +Administrators can force specific configurations to deployed uBlock Origin (uBO). At launch time, uBO will look for a setting named `adminSettings`, and if it exists, it will parse, extract and overwrite a user's settings with the administrator-assigned ones. New standalone settings are being added as per demand, see ["Deploying uBlock Origin: configuration"](./Deploying-uBlock-Origin:-configuration).