Skip to content

Commit 3dafca7

Browse files
committed
Update mocked user agent
1 parent ae7250d commit 3dafca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl UserAgent {
3434
Alphanumeric.sample_string(&mut rand::rng(), 8)
3535
)),
3636
Self::Mocked => Cow::Borrowed(
37-
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0",
37+
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0",
3838
),
3939
}
4040
}

0 commit comments

Comments
 (0)