mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
Merge branch 'main' of gitlab.com:librewolf-community/browser/source
This commit is contained in:
commit
6d31314d69
2 changed files with 14 additions and 0 deletions
|
@ -7,6 +7,7 @@ patches/disable-data-reporting-at-compile-time.patch
|
|||
patches/hide-passwordmgr.patch
|
||||
patches/librewolf-pref-pane.patch
|
||||
patches/mozilla_dirs.patch
|
||||
patches/native-messaging-registry-path.patch
|
||||
patches/remove_addons.patch
|
||||
patches/sed-patches/allow-searchengines-non-esr.patch
|
||||
patches/sed-patches/disable-pocket.patch
|
||||
|
|
13
patches/native-messaging-registry-path.patch
Normal file
13
patches/native-messaging-registry-path.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/toolkit/components/extensions/NativeManifests.jsm b/toolkit/components/extensions/NativeManifests.jsm
|
||||
index 5e8e0dc..a0d4ea5 100644
|
||||
--- a/toolkit/components/extensions/NativeManifests.jsm
|
||||
+++ b/toolkit/components/extensions/NativeManifests.jsm
|
||||
@@ -31,7 +31,7 @@ const TYPES = {
|
||||
const NATIVE_MANIFEST_SCHEMA =
|
||||
"chrome://extensions/content/schemas/native_manifest.json";
|
||||
|
||||
-const REGPATH = "Software\\Mozilla";
|
||||
+const REGPATH = "Software\\LibreWolf";
|
||||
|
||||
var NativeManifests = {
|
||||
_initializePromise: null,
|
Loading…
Reference in a new issue