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 = {}