aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/qutebrowser/security.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/qutebrowser/security.py b/config/qutebrowser/security.py
index c1f4c5b..287442b 100644
--- a/config/qutebrowser/security.py
+++ b/config/qutebrowser/security.py
@@ -21,7 +21,7 @@ def random_version(a, b):
return rand_numstr(a, b) + '.' + rand_numstr(0, 100)
def random_useragent():
- chrome_version = random_version(77, 84)
+ chrome_version = random_version(90, 99)
# firefox_version = random_version(77, 80)
build_version = random_version(1000, 3000)