]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/config.py
qutebrowser: add quality weights to accept_language
[dotfiles.git] / qutebrowser / config.py
index f659d265b7ea553a34733e6ee117d8a05fbb7381..6c66de1d2d82000fe3778515602829180e9d9ab7 100644 (file)
@@ -597,7 +597,7 @@ 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
-c.content.headers.accept_language = 'en-US,en,de,fr'
+c.content.headers.accept_language = 'en-UK;q=1.0, en;q=0.9, de;q=0.7, fr;q=0.7, *;q=0.5'
 
 ## Custom headers for qutebrowser HTTP requests.
 ## Type: Dict