summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2017-08-10 23:16:51 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-02-21 20:09:30 +0100
commitef9aeb6a08749ecc43242ba523d67632a6ddc0dc (patch)
tree0a7b71bb57d64a6b3f060adf01438312d400ba48 /modules
parent4fd939e8c9dd97c45e7fcd1314f3ab482a2cf23d (diff)
downloadUXP-ef9aeb6a08749ecc43242ba523d67632a6ddc0dc.tar
UXP-ef9aeb6a08749ecc43242ba523d67632a6ddc0dc.tar.gz
UXP-ef9aeb6a08749ecc43242ba523d67632a6ddc0dc.tar.lz
UXP-ef9aeb6a08749ecc43242ba523d67632a6ddc0dc.tar.xz
UXP-ef9aeb6a08749ecc43242ba523d67632a6ddc0dc.zip
Update UA construction.
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index aaf50bff6..82b9bafd3 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -21,7 +21,9 @@
pref("keyword.enabled", false);
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
+pref("general.useragent.compatMode.gecko", false);
pref("general.useragent.compatMode.firefox", false);
+pref("general.useragent.appVersionIsBuildID", true);
// This pref exists only for testing purposes. In order to disable all
// overrides by default, don't initialize UserAgentOverrides.jsm.