From 3da8cb6887945acd7a3900b97b149a2c0d348607 Mon Sep 17 00:00:00 2001 From: Sid Alapati Date: Mon, 4 Nov 2024 20:00:48 -0500 Subject: [PATCH] added a proxy dont complain if this doesnt work --- config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.jsonc b/config.jsonc index 16e12df3..8d643c43 100644 --- a/config.jsonc +++ b/config.jsonc @@ -911,8 +911,8 @@ // coming soon }, "config": { - "proxy": false, // proxy only works when self-hosted - "proxyPath": "/proxy.html" // absolute or relative path to proxy; proxy must be set to true for this setting to have any effect. + "proxy": true, // proxy only works when self-hosted + "proxyPath": "https://bcd.ens.org" // absolute or relative path to proxy; proxy must be set to true for this setting to have any effect. // if you are using VioletGG2, all you need to do set proxy to true // proxyPath is already set for you if you are using VioletGG2 }