[utils] random_user_agent: Bump version range 137-143 => 142-148 (#16588)
Authored by: dlp-bot
This commit is contained in:
parent
dd17897eae
commit
acf8ab7a6e
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
def random_user_agent():
|
||||
USER_AGENT_TMPL = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/{} Safari/537.36'
|
||||
# Target versions released within the last ~6 months
|
||||
CHROME_MAJOR_VERSION_RANGE = (137, 143)
|
||||
CHROME_MAJOR_VERSION_RANGE = (142, 148)
|
||||
return USER_AGENT_TMPL.format(f'{random.randint(*CHROME_MAJOR_VERSION_RANGE)}.0.0.0')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue