update qutebrowser and use tracking-aware headers
This commit is contained in:
parent
697562998f
commit
58d512d8d4
2 changed files with 6 additions and 4 deletions
|
@ -8,7 +8,9 @@ c.confirm_quit = ["downloads"]
|
|||
# c.content.developer_extras = True
|
||||
c.content.javascript.enabled = False
|
||||
c.content.ssl_strict = True
|
||||
c.content.headers.accept_language = "en-US"
|
||||
c.content.headers.accept_language = "en-US,en;q=0.5"
|
||||
c.content.headers.custom = { "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" }
|
||||
c.content.headers.user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36"
|
||||
c.downloads.location.directory = "/data/temporary"
|
||||
c.downloads.location.suggestion = "both"
|
||||
c.downloads.open_dispatcher = "rifle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue