diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-03-04 19:44:50 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-03-04 19:44:50 +0530 |
| commit | 8fb6246ffca8b5376c6f47f54f3f28fed29e1520 (patch) | |
| tree | ee69efc615c48372a08213c3158a0174e8d55fba /config/qutebrowser/security.py | |
| parent | 6094a9fa1548a1b6ca510d0707f1d317121f75ea (diff) | |
| download | nixos-config-8fb6246ffca8b5376c6f47f54f3f28fed29e1520.tar.gz nixos-config-8fb6246ffca8b5376c6f47f54f3f28fed29e1520.zip | |
updates useragent randomizer chrome versions
Diffstat (limited to 'config/qutebrowser/security.py')
| -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 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) |
