From 859d84969f9f0677650a5ca9435841e77c407b25 Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Thu, 3 Oct 2024 21:03:43 -0500 Subject: [PATCH] readd localhost into whitelistedDomains --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1816f82..6fb9b83 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ import cookies from "cookie-parser"; dotenv.config(); -const whiteListedDomains = ["aluu.xyz"]; +const whiteListedDomains = ["aluu.xyz", "localhost"]; const LICENSE_SERVER_URL = "https://license.mercurywork.shop/validate?license="; const MASQR_ENABLED = process.env.MASQR_ENABLED;