summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJeremy Andrews <athenian200@outlook.com>2022-10-03 04:59:56 -0500
committerJeremy Andrews <athenian200@outlook.com>2022-10-03 08:13:17 -0500
commit4ced37546e2d1daafbaa4c6b2fd76462e09464dc (patch)
tree89716e4443f88e3591dfba92d679a62998958d32 /modules
parentcb61e1a3543dc1ed017433d0983678225b49a46f (diff)
downloaduxp-4ced37546e2d1daafbaa4c6b2fd76462e09464dc.tar.gz
Issue #2012 - Have fallback value and use better term than "fake ID."
I also use the pref as a constant rather than calling the pref service repeatedly to make code look much neater. APPCOMPATID matches APPCOMPATVERSION, and doesn't give the vibe of a sneaky young lad trying to enter into a tavern whilst underage.
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 317de736b0..b0c064fc0f 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -4431,6 +4431,10 @@ pref("extensions.alwaysUnpack", false);
pref("extensions.minCompatiblePlatformVersion", "2.0");
pref("extensions.webExtensionsMinPlatformVersion", "42.0a1");
+// AppCompat GUID system
+pref("extensions.guid.appCompatVersion", "56.9");
+pref("extensions.guid.appCompatId", "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}");
+
// Other webextensions prefs
pref("extensions.webextensions.keepStorageOnUninstall", false);
pref("extensions.webextensions.keepUuidOnUninstall", false);