From fa34d1f69c8974d3bccfb400d26d767be8998c25 Mon Sep 17 00:00:00 2001 From: gwarser Date: Wed, 27 Jun 2018 20:13:48 +0200 Subject: [PATCH] Firefox WebExt deploying tip --- Deploying-uBlock-Origin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Deploying-uBlock-Origin.md b/Deploying-uBlock-Origin.md index 48e3db4..bf0bc49 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 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. -For Firefox, the `adminSettings` entry must be added to `about:config`, the key name is `extensions.ublock0.adminSettings`, and the value is a plain string -- which must be JSON-parseable. +For Firefox Legacy (for uBO WebExtension, Firefox 57+ read https://github.com/gorhill/uBlock/issues/2986#issuecomment-333198882 ), the `adminSettings` entry must be added to `about:config`, the key name is `extensions.ublock0.adminSettings`, and the value is a plain string -- which must be JSON-parseable. For Chrome, `adminSettings` must be an entry part of the policy for the extension. See . @@ -29,4 +29,4 @@ Now, the value for `adminSettings` must itself be a plain string, and this means Here are issues related to the customization of settings for deployed uBO, there might be advises in there which you may find useful: - https://github.com/gorhill/uBlock/issues/832 - https://github.com/gorhill/uBlock/issues/531 -- https://github.com/gorhill/uBlock/issues/2986#issuecomment-364035002 \ No newline at end of file +- https://github.com/gorhill/uBlock/issues/2986#issuecomment-333198882 \ No newline at end of file