update qutebrowser
This commit is contained in:
parent
538a74af8a
commit
32dc229b59
@ -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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3.4
|
||||
#!/usr/bin/python3
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'qutebrowser==0.8.1','gui_scripts','qutebrowser'
|
||||
__requires__ = 'qutebrowser==0.8.1'
|
||||
import re
|
||||
|
Loading…
Reference in New Issue
Block a user