update qutebrowser
This commit is contained in:
parent
538a74af8a
commit
32dc229b59
@ -365,6 +365,11 @@ keyhint-blacklist =
|
|||||||
# custom-headers (HeaderDict):
|
# custom-headers (HeaderDict):
|
||||||
# Set custom headers for qutebrowser HTTP requests.
|
# Set custom headers for qutebrowser HTTP requests.
|
||||||
# Default:
|
# Default:
|
||||||
|
#
|
||||||
|
# netrc-file (File):
|
||||||
|
# Set location of a netrc-file for HTTP authentication. If empty,
|
||||||
|
# ~/.netrc is used.
|
||||||
|
# Default:
|
||||||
do-not-track = true
|
do-not-track = true
|
||||||
accept-language = en-US,en
|
accept-language = en-US,en
|
||||||
referer-header = same-domain
|
referer-header = same-domain
|
||||||
@ -374,6 +379,7 @@ proxy-dns-requests = true
|
|||||||
ssl-strict = true
|
ssl-strict = true
|
||||||
dns-prefetch = true
|
dns-prefetch = true
|
||||||
custom-headers =
|
custom-headers =
|
||||||
|
netrc-file =
|
||||||
|
|
||||||
[completion]
|
[completion]
|
||||||
# Options related to completion and command history.
|
# Options related to completion and command history.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3.4
|
#!/usr/bin/python3
|
||||||
# EASY-INSTALL-ENTRY-SCRIPT: 'qutebrowser==0.8.1','gui_scripts','qutebrowser'
|
# EASY-INSTALL-ENTRY-SCRIPT: 'qutebrowser==0.8.1','gui_scripts','qutebrowser'
|
||||||
__requires__ = 'qutebrowser==0.8.1'
|
__requires__ = 'qutebrowser==0.8.1'
|
||||||
import re
|
import re
|
||||||
|
Loading…
Reference in New Issue
Block a user