## 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