From aa18ce3a6711cb9eba1275ce8334794e0a3b58ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Maria=C5=84ski?= <13919176+m00nwtchr@users.noreply.github.com> Date: Fri, 4 Oct 2024 06:21:26 +0000 Subject: [PATCH] Update websurfx/config.lua Co-authored-by: neon_arch --- websurfx/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websurfx/config.lua b/websurfx/config.lua index 67f4ca0..8dd7a40 100644 --- a/websurfx/config.lua +++ b/websurfx/config.lua @@ -76,4 +76,4 @@ upstream_search_engines = { Bing = false, } -- select the upstream search engines from which the results should be fetched. -proxy = "" -- Proxy to send outgoing requests through. Set to empty string to disable. \ No newline at end of file +proxy = nil -- Proxy to send outgoing requests through. Set to nil to disable. \ No newline at end of file