qutebrowser: rm useless value

This commit is contained in:
surtur 2023-09-02 21:23:40 +02:00
parent 7010e44c54
commit 50d509879c
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -133,11 +133,6 @@ c.content.media.video_capture = 'ask'
# Type: Bool # Type: Bool
c.content.dns_prefetch = True 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. # Custom headers for qutebrowser HTTP requests.
# Type: Dict # Type: Dict
c.content.headers.custom = {} c.content.headers.custom = {}