X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d0f4a5b09bf729918c9fe50ec1b8a8a4955214d8..6ff5e82b57405e5bd8c03d281e425ee3614800dd:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index becd0cc..6c66de1 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -579,7 +579,7 @@ c.content.cookies.accept = 'no-3rdparty' ## Try to pre-fetch DNS entries to speed up browsing. ## Type: Bool -# c.content.dns_prefetch = True +c.content.dns_prefetch = True ## Expand each subframe to its contents. This will flatten all the frames ## to become one scrollable page. @@ -597,7 +597,7 @@ c.content.cookies.accept = 'no-3rdparty' ## 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