We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7250d commit 3dafca7Copy full SHA for 3dafca7
src/prop.rs
@@ -34,7 +34,7 @@ impl UserAgent {
34
Alphanumeric.sample_string(&mut rand::rng(), 8)
35
)),
36
Self::Mocked => Cow::Borrowed(
37
- "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0",
+ "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0",
38
),
39
}
40
0 commit comments