]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: enable dns prefetching
authorSamir Benmendil <me@rmz.io>
Sun, 5 Jan 2020 14:36:59 +0000 (14:36 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 5 Jan 2020 14:36:59 +0000 (14:36 +0000)
qutebrowser/config.py

index becd0ccc342f80b082f88bcbe05f75a9324bdb4d..f659d265b7ea553a34733e6ee117d8a05fbb7381 100644 (file)
@@ -579,7 +579,7 @@ c.content.cookies.accept = 'no-3rdparty'
 
 ## Try to pre-fetch DNS entries to speed up browsing.
 ## Type: Bool
 
 ## 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.
 
 ## Expand each subframe to its contents. This will flatten all the frames
 ## to become one scrollable page.