From f5f3de8b05ed247c02f97ab94066028a788e6c24 Mon Sep 17 00:00:00 2001 From: Landsil Date: Thu, 15 Oct 2020 11:06:08 +0100 Subject: [PATCH] Added a link to a policy generating script useful for Google Workspace admins (mine) --- Deploying-uBlock-Origin.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Deploying-uBlock-Origin.md b/Deploying-uBlock-Origin.md index b34e6f6..2ff3a1c 100644 --- a/Deploying-uBlock-Origin.md +++ b/Deploying-uBlock-Origin.md @@ -13,6 +13,9 @@ For **Firefox-legacy**, the `adminSettings` entry must be added to `about:config For **Chrome**, `adminSettings` must be an entry part of the policy for the extension. See . +For managing **Chrome** via **Google Workspace** you can use this apps-script to generate a policy JSON that will modify Trusted Sites for all designated users. + + 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). The content of `adminSettings` is pretty straightforward: configure uBO as you wish for your users, then create a backup using the _"Backup to file"_ in the _Settings_ pane. Now open this backup file using a text editor, and remove all entries you do not want to overwrite, while taking care to end up with a valid JSON file (mind trailing commas, etc.). All the entries left are the ones which will be overwritten on the user's side.