From dbce29437fcd38e2f0d91e4d5e6e55508fea6b5a Mon Sep 17 00:00:00 2001 From: candrapersada <36833664+candrapersada@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:15:13 +0700 Subject: [PATCH 1/2] add ExtensionInstallSources --- chromium_reg/chrome.reg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/chromium_reg/chrome.reg b/chromium_reg/chrome.reg index dd4438f..fc59d57 100755 --- a/chromium_reg/chrome.reg +++ b/chromium_reg/chrome.reg @@ -1,4 +1,10 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallAllowlist] -"1"="oladmjdebphlnjjcnomfhhbfdldiimaf" \ No newline at end of file + +"1"="oladmjdebphlnjjcnomfhhbfdldiimaf" + +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallSources] + +"2"="https://github.com/*" +"3"="https://objects.githubusercontent.com/*" From 79c9895987b3523c158ed689cf5eaeb86d3b3230 Mon Sep 17 00:00:00 2001 From: candrapersada <36833664+candrapersada@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:18:34 +0700 Subject: [PATCH 2/2] add ExtensionInstallSources --- chromium_reg/chrome.reg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chromium_reg/chrome.reg b/chromium_reg/chrome.reg index fc59d57..e4c4db1 100755 --- a/chromium_reg/chrome.reg +++ b/chromium_reg/chrome.reg @@ -6,5 +6,6 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallSources] -"2"="https://github.com/*" +"2"="https://github.com/libredirect/browser_extension/*" "3"="https://objects.githubusercontent.com/*" +