From 50d509879ca7d9dbbd3f86fb2e7d4e541c7c864e Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 2 Sep 2023 21:23:40 +0200 Subject: [PATCH] qutebrowser: rm useless value --- .config/qutebrowser/config.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 505f58d..827012e 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -133,11 +133,6 @@ c.content.media.video_capture = 'ask' # Type: Bool c.content.dns_prefetch = True -# Value to send in the `Accept-Language` header. Note that the value -# read from JavaScript is always the global value. -# Type: String -config.set('content.headers.accept_language', '', 'https://matchmaker.krunker.io/*') - # Custom headers for qutebrowser HTTP requests. # Type: Dict c.content.headers.custom = {}