Bump spoofed user agent versions

This commit is contained in:
Svilen Markov
2026-05-30 19:40:37 +01:00
parent 6c5b7a3f4c
commit 7202b68733
+1 -1
View File
@@ -51,7 +51,7 @@ func getBrowserUserAgentHeader() string {
userAgentPersistentVersion.Store(rand.Int32N(5))
}
version := strconv.Itoa(130 + int(userAgentPersistentVersion.Load()))
version := strconv.Itoa(148 + int(userAgentPersistentVersion.Load()))
return "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:" + version + ".0) Gecko/20100101 Firefox/" + version + ".0"
}