Skip to content

Commit 8edae71

Browse files
Upgrade version of Android in default user agent string (servo#37524)
Fixes: servo#37111 --------- Signed-off-by: CarePackage17 <[email protected]>
1 parent f0eb292 commit 8edae71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/config/prefs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ impl UserAgentPlatform {
467467
},
468468
UserAgentPlatform::Android => {
469469
format!(
470-
"Mozilla/5.0 (Android; Mobile; rv:128.0) Servo/{SERVO_VERSION} Firefox/128.0"
470+
"Mozilla/5.0 (Android 10; Mobile; rv:128.0) Servo/{SERVO_VERSION} Firefox/128.0"
471471
)
472472
},
473473
UserAgentPlatform::OpenHarmony => format!(

0 commit comments

Comments
 (0)