readd localhost into whitelistedDomains

This commit is contained in:
wearrrrr 2024-10-03 21:03:43 -05:00
parent 8d0d1d1116
commit 859d84969f

View file

@ -16,7 +16,7 @@ import cookies from "cookie-parser";
dotenv.config(); dotenv.config();
const whiteListedDomains = ["aluu.xyz"]; const whiteListedDomains = ["aluu.xyz", "localhost"];
const LICENSE_SERVER_URL = "https://license.mercurywork.shop/validate?license="; const LICENSE_SERVER_URL = "https://license.mercurywork.shop/validate?license=";
const MASQR_ENABLED = process.env.MASQR_ENABLED; const MASQR_ENABLED = process.env.MASQR_ENABLED;