From 365d1af0f648ef8110bed137d205e02358a62f81 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 20 Jun 2025 17:54:02 +0200 Subject: [PATCH] feat(qutebrowser): fix cloudflare captcha --- modules/linux/home-manager/qutebrowser.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/home-manager/qutebrowser.nix b/modules/linux/home-manager/qutebrowser.nix index a1582b8..a4b3c96 100644 --- a/modules/linux/home-manager/qutebrowser.nix +++ b/modules/linux/home-manager/qutebrowser.nix @@ -48,7 +48,7 @@ }; content = { headers = { - # user_agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.3"; + user_agent = "Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0"; accept_language = "en-US,en;q=0.5"; };