mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Provide UA Gecko and Firefox slices by default for web compatibility.
This commit is contained in:
parent
6e9110ce90
commit
1c091fd6b3
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ pref("app.update.url.manual", "https://@BRANDING_SITEURL@/");
|
|||
// supplied in the "An update is available" page of the update wizard.
|
||||
pref("app.update.url.details", "https://@BRANDING_SITEURL@/@BRANDING_RELNOTESPATH@");
|
||||
|
||||
// Provide UA Gecko and Firefox slices for web compatibility
|
||||
pref("general.useragent.compatMode.firefox",true);
|
||||
pref("general.useragent.compatMode.gecko",true);
|
||||
|
||||
// Switch Application Updates off for now
|
||||
pref("app.update.enabled", false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue