]> gitweb.fluxo.info Git - rhatto/dotfiles/qutebrowser.git/commitdiff
Enable Tor proxy
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 29 Aug 2020 12:53:28 +0000 (09:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 29 Aug 2020 12:53:28 +0000 (09:53 -0300)
config.dot/qutebrowser/config.py.link

index caaebf5287ca0a458c6a2ee5c51794d1a150a82b..0c04669eabae6be4e3b55e835bdd9130a3053306 100644 (file)
@@ -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`.