From 9f2b70266aab0eeadc0afc4aeb9dfcd14f459df0 Mon Sep 17 00:00:00 2001
From: q1800 <95879668+q1800@users.noreply.github.com>
Date: Mon, 14 Nov 2022 02:57:59 -0600
Subject: [PATCH] Further refinement
---
Deploying-uBlock-Origin.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Deploying-uBlock-Origin.md b/Deploying-uBlock-Origin.md
index 1cd38fe..aeba421 100644
--- a/Deploying-uBlock-Origin.md
+++ b/Deploying-uBlock-Origin.md
@@ -17,8 +17,7 @@ You must add the `adminSettings` entry in `about:config` for **Firefox-legacy**.
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.
-
+For managing **Chrome** via **Google Workspace**, you can use [this apps-script](https://github.com/Landsil/apps_script--GoogleWorkspace-API/blob/master/uBlock_Origin_GSuite_policy.gs) to generate a policy JSON that will modify Trusted Sites for all designated users.
This effort is still a work in progress with limitations. For example, merging an admin's settings with the user's settings is impossible because the settings get overwritten. Hopefully, I will address this limitation eventually, as time permits. (See https://github.com/gorhill/uBlock/issues/832#issuecomment-248138558).