From: Samir Benmendil Date: Sun, 5 Jan 2020 14:36:59 +0000 (+0000) Subject: qutebrowser: enable dns prefetching X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/77f7ba624563586634c250d6341934cad2280ae4?ds=inline qutebrowser: enable dns prefetching --- diff --git a/qutebrowser/config.py b/qutebrowser/config.py index becd0cc..f659d26 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.