aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.dot/qutebrowser/config.py.link2
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`.