mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2026-09-10 12:00:58 +00:00
fix(translate): report iOS 27.0 in oneshot client profile
Pin app_information.os_version, x-app-os-version, and User-Agent to iOS 27.0 for a consistent iOS client fingerprint.
This commit is contained in:
parent
a8617d4677
commit
5cd1667f7f
@ -61,9 +61,9 @@ const (
|
||||
iosAppBuild = "5443737"
|
||||
iosBundleID = "com.linguee.DeepLMobileTranslator"
|
||||
// Stable OS version reported in app_information + x-app-os-version.
|
||||
// HelloIOS_Auto does not pin a specific iOS minor; 18.5 is a current
|
||||
// shipping major that matches MinimumOSVersion 17.0+ of the IPA.
|
||||
iosOSVersion = "18.5"
|
||||
// HelloIOS_Auto does not pin a specific iOS minor; pin a fixed value
|
||||
// so UA / x-app-os-version / app_information stay consistent.
|
||||
iosOSVersion = "27.0"
|
||||
|
||||
// oneshot enforces a 1500-character hard cap on the total length of
|
||||
// the `text` array for anonymous traffic (same limit the Chrome
|
||||
|
||||
Loading…
Reference in New Issue
Block a user