diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-10 17:54:12 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-10 17:54:12 +0900 |
| commit | d62304fba18757ad0f20c81b8e313a1bd61ddfef (patch) | |
| tree | ae4a0e255b947e0319aea056ff527b762b72b5e3 | |
| parent | c001d08a418b721fd341fa6eb54625db99b88610 (diff) | |
modified 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 |
