Update UA construction.

This commit is contained in:
wolfbeast 2017-08-10 23:16:51 +02:00 committed by Roy Tam
commit b3ce96c6d7
6 changed files with 63 additions and 12 deletions

View file

@ -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.