diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-08-29 09:53:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-08-29 09:53:28 -0300 |
commit | 71c94191e9036bfeb890d4791d7b3357abcd9efe (patch) | |
tree | a07bd5be57c6c6368d35d265ae521027dda49a41 | |
parent | 2f92e57903f3955e66e907f87b231b5fcba0b222 (diff) | |
download | qutebrowser-71c94191e9036bfeb890d4791d7b3357abcd9efe.tar.gz qutebrowser-71c94191e9036bfeb890d4791d7b3357abcd9efe.tar.bz2 |
Enable Tor proxy
-rw-r--r-- | config.dot/qutebrowser/config.py.link | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.dot/qutebrowser/config.py.link b/config.dot/qutebrowser/config.py.link index caaebf5..0c04669 100644 --- a/config.dot/qutebrowser/config.py.link +++ b/config.dot/qutebrowser/config.py.link @@ -731,10 +731,12 @@ c.content.headers.custom = {"accept": "text/html, */*; q=0.01"} ## - system: Use the system wide proxy. ## - none: Don't use any proxy # c.content.proxy = 'system' +c.content.proxy = 'socks://localhost:9050/' ## Send DNS requests over the configured proxy. ## Type: Bool # c.content.proxy_dns_requests = True +c.content.proxy_dns_requests = True ## Allow websites to register protocol handlers via ## `navigator.registerProtocolHandler`. |