mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Upgrade version of Android in default user agent string (#37524)
Fixes: #37111 --------- Signed-off-by: CarePackage17 <5157010+CarePackage17@users.noreply.github.com>
This commit is contained in:
parent
f0eb29206d
commit
8edae71286
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ impl UserAgentPlatform {
|
|||
},
|
||||
UserAgentPlatform::Android => {
|
||||
format!(
|
||||
"Mozilla/5.0 (Android; Mobile; rv:128.0) Servo/{SERVO_VERSION} Firefox/128.0"
|
||||
"Mozilla/5.0 (Android 10; Mobile; rv:128.0) Servo/{SERVO_VERSION} Firefox/128.0"
|
||||
)
|
||||
},
|
||||
UserAgentPlatform::OpenHarmony => format!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue