update qutebrowser
This commit is contained in:
parent
538a74af8a
commit
32dc229b59
2 changed files with 7 additions and 1 deletions
|
@ -365,6 +365,11 @@ keyhint-blacklist =
|
|||
# custom-headers (HeaderDict):
|
||||
# Set custom headers for qutebrowser HTTP requests.
|
||||
# Default:
|
||||
#
|
||||
# netrc-file (File):
|
||||
# Set location of a netrc-file for HTTP authentication. If empty,
|
||||
# ~/.netrc is used.
|
||||
# Default:
|
||||
do-not-track = true
|
||||
accept-language = en-US,en
|
||||
referer-header = same-domain
|
||||
|
@ -374,6 +379,7 @@ proxy-dns-requests = true
|
|||
ssl-strict = true
|
||||
dns-prefetch = true
|
||||
custom-headers =
|
||||
netrc-file =
|
||||
|
||||
[completion]
|
||||
# Options related to completion and command history.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue