From b9b036c7eb19dce1b4a996915dcfdfda18b2c6ca Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 13 Apr 2025 20:35:57 +0530 Subject: Config sync --- config/qutebrowser/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/qutebrowser/security.py') diff --git a/config/qutebrowser/security.py b/config/qutebrowser/security.py index e016f7e..cdf80b8 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(108, 112) + chrome_version = random_version(130, 150) # firefox_version = random_version(77, 80) build_version = random_version(1000, 3000) -- cgit v1.3.1