qutebrowser: enable dns prefetching
This commit is contained in:
parent
8a95f1cbea
commit
ff9d73add0
@ -112,6 +112,10 @@ c.content.default_encoding = 'utf-8'
|
|||||||
# - ask
|
# - ask
|
||||||
c.content.desktop_capture = 'ask'
|
c.content.desktop_capture = 'ask'
|
||||||
|
|
||||||
|
# Try to pre-fetch DNS entries to speed up browsing.
|
||||||
|
# Type: Bool
|
||||||
|
c.content.dns_prefetch = True
|
||||||
|
|
||||||
# Allow websites to request geolocations.
|
# Allow websites to request geolocations.
|
||||||
# Type: BoolAsk
|
# Type: BoolAsk
|
||||||
# Valid values:
|
# Valid values:
|
||||||
|
Loading…
Reference in New Issue
Block a user