From e2a70a92822b22633562e9695c300efec2b5cbeb Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Sat, 24 Jan 2026 19:24:55 -0500 Subject: updates --- qute/dot-config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qute/dot-config/qutebrowser/config.py') diff --git a/qute/dot-config/qutebrowser/config.py b/qute/dot-config/qutebrowser/config.py index feaf581..21cfdbf 100644 --- a/qute/dot-config/qutebrowser/config.py +++ b/qute/dot-config/qutebrowser/config.py @@ -87,7 +87,7 @@ with config.pattern("*://*.slack.com/*") as p: with config.pattern("*://accounts.google.com/*") as p: p.content.headers.user_agent = ( - "Mozilla/5.0 ({os_info}; rv:131.0) Gecko/20100101 Firefox/131.0" + "Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0" ) c.content.blocking.enabled = True -- cgit v1.2.3-71-gdd5e