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;