mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
[basilisk] toggle some settings for better compatibility
This commit is contained in:
parent
0074a7d041
commit
60068e20c5
2 changed files with 5 additions and 1 deletions
|
|
@ -23,4 +23,4 @@ pref("app.update.badgeWaitTime", 0);
|
|||
pref("devtools.selfxss.count", 100);
|
||||
|
||||
//
|
||||
pref("general.useragent.appVersionIsBuildID", true);
|
||||
pref("general.useragent.appVersionIsBuildID", false);
|
||||
|
|
|
|||
|
|
@ -36,6 +36,10 @@ pref("app.update.url.manual", "about:");
|
|||
// supplied in the "An update is available" page of the update wizard.
|
||||
pref("app.update.url.details", "about:");
|
||||
|
||||
// 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 unofficial branding
|
||||
pref("app.update.enabled", false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue