mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Stop feeding a Firefox compat mode to AMO.
Since AMO has removed all "legacy" extensions, they do not offer anything compatible with us any longer. We send the native UA to them from now on to always have it respond with "Only with Firefox".
This commit is contained in:
parent
8290899faf
commit
f295b5c91b
2 changed files with 5 additions and 13 deletions
|
|
@ -1152,19 +1152,6 @@ pref("toolkit.pageThumbs.minHeight", 180);
|
|||
pref("ui.key.menuAccessKeyFocuses", true);
|
||||
#endif
|
||||
|
||||
// ****************** domain-specific UAs ******************
|
||||
|
||||
// AMO needs "Firefox", obviously - pass on the OS (determined at build time)
|
||||
#ifdef XP_UNIX
|
||||
#ifdef XP_MACOSX
|
||||
pref("general.useragent.override.addons.mozilla.org","Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:27.0) Gecko/20100101 Firefox/27.0");
|
||||
#else
|
||||
pref("general.useragent.override.addons.mozilla.org","Mozilla/5.0 (Linux; X11; rv:27.0) Gecko/20100101 Firefox/27.0");
|
||||
#endif
|
||||
#else
|
||||
pref("general.useragent.override.addons.mozilla.org","Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0");
|
||||
#endif
|
||||
|
||||
// ****************** s4e prefs ******************
|
||||
pref("status4evar.addonbar.borderStyle", false);
|
||||
pref("status4evar.addonbar.closeButton", false);
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
#define OS_SLICE Windows NT 6.1; WOW64;
|
||||
#endif
|
||||
|
||||
// Special-case AMO
|
||||
// We send the native UA slice now, since they no longer offer any compatible extensions for us.
|
||||
// This will result in an "only with Firefox" message which suits us fine, because it's the truth.
|
||||
pref("@GUAO_PREF@.addons.mozilla.org","Mozilla/5.0 (@OS_SLICE@ rv:@GRE_VERSION@) @GRE_DATE_SLICE@ @PM_SLICE@");
|
||||
|
||||
// Required for domains that have proven unresponsive to requests from users
|
||||
pref("@GUAO_PREF@.live.com","Mozilla/5.0 (@OS_SLICE@ rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@ (Pale Moon)");
|
||||
pref("@GUAO_PREF@.msn.com","Mozilla/5.0 (@OS_SLICE@ rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@ (Pale Moon)");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue