From 71c94191e9036bfeb890d4791d7b3357abcd9efe Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 29 Aug 2020 09:53:28 -0300 Subject: Enable Tor proxy --- config.dot/qutebrowser/config.py.link | 2 ++ 1 file changed, 2 insertions(+) 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`. -- cgit v1.2.3