mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
UAO: correct UA string rebuild code, add platform_version pref.
This commit is contained in:
parent
f8c34e7c0a
commit
f596e3d581
2 changed files with 30 additions and 3 deletions
|
|
@ -28,6 +28,7 @@ pref("general.useragent.compatMode.firefox", false);
|
|||
pref("general.useragent.compatMode.version", "102.0");
|
||||
pref("general.useragent.appVersionIsBuildID", false);
|
||||
pref("general.useragent.change_platform_version", true);
|
||||
pref("general.useragent.platform_version", "6.6");
|
||||
|
||||
// In order to disable all overrides by default, don't initialize
|
||||
// UserAgentOverrides.jsm.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue