about summary refs log tree commit diff stats
path: root/allowlist/README.md
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-03-24 06:39:46 +0300
committerManeraKai <manerakai@protonmail.com>2022-03-24 06:39:46 +0300
commite84df04d3496328ce713e001df912488ba6b8320 (patch)
treebf3173b858146995ea69202aeb9f67f1064d8788 /allowlist/README.md
parentMerge branch 'master' of https://github.com/libredirect/libredirect (diff)
downloadlibredirect-e84df04d3496328ce713e001df912488ba6b8320.zip
Adding allowlist files for signed extension #118
Diffstat (limited to 'allowlist/README.md')
-rw-r--r--allowlist/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/allowlist/README.md b/allowlist/README.md
new file mode 100644
index 00000000..98b58a4c
--- /dev/null
+++ b/allowlist/README.md
@@ -0,0 +1,26 @@
+# Add extension (crx) to allowlist
+
+* [Windows](#windows)
+* [macOS](#macOS)
+* [Linux](#linux)
+
+### Windows
+
+Run as administrator one of the reg-files in [allowlist-downloads](https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/-/tree/master/allowlist)  
+If you already added extensions to the allowlist than you should change "1" to a new key (also change name of HLM-key for beta/developer versions of browsers).  
+Example Chrome-regfile:  
+```
+Windows Registry Editor Version 5.00  
+[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallAllowlist]  
+"1"="oladmjdebphlnjjcnomfhhbfdldiimaf"
+```
+
+### macOS
+
+Run one of the .mobileconfig files in [allowlist-downloads](https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/-/tree/master/allowlist) (requires admin rights)  
+Finally restart the browser's process (in the Dock: right click on Chrome, 'Quit', reopen).   
+This assumes your device is not being managed by MDM software and you don't have any profile related to the 'ExtensionInstallAllowlist' policy already active.
+
+### Linux
+
+[Chromium-based browsers allow local installations of extensions](https://developer.chrome.com/docs/extensions/mv3/hosting/#hosting), so not necessary :)