[Pale-Moon] add MOZ_APP_UA_NAME and enable general.useragent.change_app_version for better compatibility

This commit is contained in:
roytam1 2024-07-09 17:07:30 +08:00
commit 86e84dda0f
2 changed files with 4 additions and 0 deletions

View file

@ -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 |=============================================================

View file

@ -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