From 1206a96f3d6d874aaf3449dd643d0de8cd36564e Mon Sep 17 00:00:00 2001 From: MonkeyGG2 Date: Sun, 1 Oct 2023 19:06:12 +0000 Subject: [PATCH] disabled proxy by default --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 0f4a4dd9..b761615b 100644 --- a/config.jsonc +++ b/config.jsonc @@ -813,7 +813,7 @@ // coming soon }, "config": { - "proxy": true, // proxy only works when self-hosted + "proxy": false, // proxy only works when self-hosted "proxyPath": "http://localhost:8080" // absolute or relative path to proxy; proxy must be set to true for this setting to have any effect } } \ No newline at end of file