From aa97ed5299de6dd2dd19182a5cd2fd2c24705d2d Mon Sep 17 00:00:00 2001 From: negue Date: Sun, 25 Jun 2023 20:25:53 +0200 Subject: [PATCH] fix localhost externalLinks check --- 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" }