From: Silvio Rhatto Date: Sat, 29 Aug 2020 12:53:28 +0000 (-0300) Subject: Enable Tor proxy X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=71c94191e9036bfeb890d4791d7b3357abcd9efe;p=rhatto%2Fdotfiles%2Fqutebrowser.git Enable Tor proxy --- 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`.