mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
[Pale-Moon] add MOZ_APP_UA_NAME and enable general.useragent.change_app_version for better compatibility
This commit is contained in:
parent
bf385f38eb
commit
86e84dda0f
2 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,9 @@ pref("services.sync.APILevel", 1); // FSyncMS doesn't support 'info/configuratio
|
|||
// Make sure we shortcut out of a11y to save walking unnecessary code
|
||||
pref("accessibility.force_disabled", 1);
|
||||
|
||||
pref("general.useragent.change_app_version", true);
|
||||
pref("general.useragent.app_version", "33.2");
|
||||
|
||||
// ============================================================================
|
||||
|
||||
// ===| DevTools |=============================================================
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
# Pale Moon
|
||||
MOZ_APP_BASENAME=Palemoon
|
||||
MOZ_APP_VENDOR=Moonchild
|
||||
MOZ_APP_UA_NAME=PaleMoon
|
||||
|
||||
# Application Version
|
||||
# MOZ_APP_VERSION is read from ./config/version.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue