mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Only enable general.useragent.appVersionIsBuildID for Basilisk by default
This commit is contained in:
parent
ab1931ad43
commit
1da1113197
2 changed files with 3 additions and 1 deletions
|
|
@ -31,3 +31,5 @@ pref("browser.safebrowsing.downloads.remote.enabled", false);
|
||||||
// Disable the UI controls for it as well for Basilisk-official.
|
// Disable the UI controls for it as well for Basilisk-official.
|
||||||
pref("browser.safebrowsing.UI.enabled", false);
|
pref("browser.safebrowsing.UI.enabled", false);
|
||||||
|
|
||||||
|
//
|
||||||
|
pref("general.useragent.appVersionIsBuildID", true);
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ pref("general.useragent.locale", "chrome://global/locale/intl.properties");
|
||||||
pref("general.useragent.compatMode.gecko", false);
|
pref("general.useragent.compatMode.gecko", false);
|
||||||
pref("general.useragent.compatMode.firefox", false);
|
pref("general.useragent.compatMode.firefox", false);
|
||||||
pref("general.useragent.compatMode.version", "52.9");
|
pref("general.useragent.compatMode.version", "52.9");
|
||||||
pref("general.useragent.appVersionIsBuildID", true);
|
pref("general.useragent.appVersionIsBuildID", false);
|
||||||
|
|
||||||
// This pref exists only for testing purposes. In order to disable all
|
// This pref exists only for testing purposes. In order to disable all
|
||||||
// overrides by default, don't initialize UserAgentOverrides.jsm.
|
// overrides by default, don't initialize UserAgentOverrides.jsm.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue