mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Read Firefox UA compatmode from a pref instead of hard-coded.
In case of a missing pref, a hard-coded value is still used from the ctor.
This commit is contained in:
parent
4eca2a10d6
commit
14b6e5e8f2
3 changed files with 25 additions and 7 deletions
|
|
@ -23,6 +23,7 @@ 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.compatMode.version", "52.9");
|
||||
pref("general.useragent.appVersionIsBuildID", true);
|
||||
|
||||
// This pref exists only for testing purposes. In order to disable all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue