diff options
Diffstat (limited to 'ar/.config/qutebrowser/config.py')
| -rw-r--r-- | ar/.config/qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/qutebrowser/config.py b/ar/.config/qutebrowser/config.py index 8de6232..f1b23b7 100644 --- a/ar/.config/qutebrowser/config.py +++ b/ar/.config/qutebrowser/config.py @@ -1085,7 +1085,7 @@ c.content.prefers_reduced_motion = True ## Valid values: ## - 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 |
