Bump spoofed user agent versions
This commit is contained in:
@@ -51,7 +51,7 @@ func getBrowserUserAgentHeader() string {
|
|||||||
userAgentPersistentVersion.Store(rand.Int32N(5))
|
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"
|
return "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:" + version + ".0) Gecko/20100101 Firefox/" + version + ".0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user