diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-08-10 23:16:51 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-21 20:09:30 +0100 |
commit | ef9aeb6a08749ecc43242ba523d67632a6ddc0dc (patch) | |
tree | 0a7b71bb57d64a6b3f060adf01438312d400ba48 /modules/libpref | |
parent | 4fd939e8c9dd97c45e7fcd1314f3ab482a2cf23d (diff) | |
download | UXP-ef9aeb6a08749ecc43242ba523d67632a6ddc0dc.tar UXP-ef9aeb6a08749ecc43242ba523d67632a6ddc0dc.tar.gz UXP-ef9aeb6a08749ecc43242ba523d67632a6ddc0dc.tar.lz UXP-ef9aeb6a08749ecc43242ba523d67632a6ddc0dc.tar.xz UXP-ef9aeb6a08749ecc43242ba523d67632a6ddc0dc.zip |
Update UA construction.
Diffstat (limited to 'modules/libpref')
-rw-r--r-- | modules/libpref/init/all.js | 2 |
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. |