aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
m---------config/nvim0
-rw-r--r--config/qutebrowser/security.py2
-rwxr-xr-xconfig/qutebrowser/userscripts/pick_useragent2
3 files changed, 2 insertions, 2 deletions
diff --git a/config/nvim b/config/nvim
-Subproject a0334567e8f249ab81f8e6fe81768254afda4aa
+Subproject 0c250898f8bc2251dc96a3a8706aa32be0f9efc
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)
diff --git a/config/qutebrowser/userscripts/pick_useragent b/config/qutebrowser/userscripts/pick_useragent
index e7a1f1d..2829a08 100755
--- a/config/qutebrowser/userscripts/pick_useragent
+++ b/config/qutebrowser/userscripts/pick_useragent
@@ -2,7 +2,7 @@
trim() { sed '/^$/ d'; }
-chromium_version="112";
+chromium_version="136";
useragents=`echo "
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/$chromium_version.0.3729.169 Safari/537.36