From c1d6e0b580a47758f2dafb20e5ea0e2ee797ca99 Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Mon, 24 Jul 2023 15:53:28 -0400 Subject: [PATCH] fix(trusted_domains): removed https:// from the beginning of localhost --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 9872fad88f..62c3439cd2 100644 --- a/config.json.example +++ b/config.json.example @@ -87,5 +87,5 @@ "REDIS_HOST": "aaabbbcccdddeeefff", "REDIS_PORT": "1234", "REDIS_PASSWORD": "12345678", - "TRUSTED_DOMAINS": "https://localhost,https://habitica.com" + "TRUSTED_DOMAINS": "localhost,https://habitica.com" }