Updated Deploying uBlock Origin (markdown)

Raymond Hill 2016-10-05 09:45:50 -04:00
parent 3efd6b69fb
commit c778ea8ada
1 changed files with 1 additions and 1 deletions

@ -8,7 +8,7 @@ Administrators can force specific configurations to deployed uBlock Origin ("uBO
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 Chrome, `adminSettings` must be an entry part of the policy for the extensions. See <http://www.chromium.org/administrators/configuring-policy-for-extensions>.
For Chrome, `adminSettings` must be an entry part of the policy for the extension. See <http://www.chromium.org/administrators/configuring-policy-for-extensions>.
This is still a work in progress, there are limitations. For example, it is not possible to merge an admin's settings with the user's ones -- a setting can only be overwritten. Hopefully I will address this limitation eventually, as time permit. (See https://github.com/gorhill/uBlock/issues/832#issuecomment-248138558).