Only enable general.useragent.appVersionIsBuildID for Basilisk by default

This commit is contained in:
NTD 2018-04-11 00:51:08 -04:00 committed by Roy Tam
commit 1da1113197
2 changed files with 3 additions and 1 deletions

View file

@ -31,3 +31,5 @@ pref("browser.safebrowsing.downloads.remote.enabled", false);
// Disable the UI controls for it as well for Basilisk-official.
pref("browser.safebrowsing.UI.enabled", false);
//
pref("general.useragent.appVersionIsBuildID", true);