diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-13 20:35:57 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-13 20:39:52 +0530 |
| commit | b9b036c7eb19dce1b4a996915dcfdfda18b2c6ca (patch) | |
| tree | 288bd8eec45884a41251d491456e358b5803564c /config/qutebrowser/security.py | |
| parent | 90862ce996ee704042333532f601eef08588722f (diff) | |
| download | nixos-config-b9b036c7eb19dce1b4a996915dcfdfda18b2c6ca.tar.gz nixos-config-b9b036c7eb19dce1b4a996915dcfdfda18b2c6ca.zip | |
Config sync
Diffstat (limited to '')
| -rw-r--r-- | config/qutebrowser/security.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
