diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-24 21:08:46 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-24 21:08:54 +0300 |
commit | 586e15f676c9d215564ad5288810b5c1e9c9391d (patch) | |
tree | b2a6cd1df1df705e4aa9327ff1033d48ea4ba059 /allowlist/README.md | |
parent | Replaced MS logo in Readme.md (#136) (diff) | |
download | libredirect-586e15f676c9d215564ad5288810b5c1e9c9391d.zip |
Fixing AutoUpdate by adding a key to manifest #118
Diffstat (limited to 'allowlist/README.md')
-rw-r--r-- | allowlist/README.md | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/allowlist/README.md b/allowlist/README.md deleted file mode 100644 index 98b58a4c..00000000 --- a/allowlist/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# 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 :) |