diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-11-22 00:43:12 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-11-22 00:45:48 +0530 |
| commit | b8e909d68bcb035648dda93f15de7863f444a3c4 (patch) | |
| tree | 3e6c13b1424d5005b595ea1d86f1b50a49b42390 /config/qutebrowser/security.py | |
| parent | 7cca3043fa585dc0d0cef6a3f25756c946bee1aa (diff) | |
| download | nixos-config-b8e909d68bcb035648dda93f15de7863f444a3c4.tar.gz nixos-config-b8e909d68bcb035648dda93f15de7863f444a3c4.zip | |
Switch to kakoune + daffm
Diffstat (limited to 'config/qutebrowser/security.py')
| -rw-r--r-- | config/qutebrowser/security.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/qutebrowser/security.py b/config/qutebrowser/security.py index 8dbd1a0..54aa159 100644 --- a/config/qutebrowser/security.py +++ b/config/qutebrowser/security.py @@ -21,9 +21,9 @@ def random_version(a, b): return rand_numstr(a, b) + '.' + rand_numstr(0, 100) def random_useragent(): - chrome_version = random_version(135, 150) + chrome_version = random_version(140, 150) # firefox_version = random_version(77, 80) - build_version = random_version(1000, 3000) + build_version = random_version(1000, 5000) agents = [ 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML; like Gecko) Chromium/' + chrome_version + '.0.4044.138 Chrome/' + chrome_version + '.' + build_version + ' Safari/{webkit_version}', |
