diff --git a/config/qutebrowser/qutebrowser.conf b/config/qutebrowser/qutebrowser.conf index fa5edc9..fd91038 100644 --- a/config/qutebrowser/qutebrowser.conf +++ b/config/qutebrowser/qutebrowser.conf @@ -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. diff --git a/local/bin/qutebrowser b/local/bin/qutebrowser index b06b5ca..367d4eb 100755 --- a/local/bin/qutebrowser +++ b/local/bin/qutebrowser @@ -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