readd localhost into whitelistedDomains
This commit is contained in:
parent
8d0d1d1116
commit
859d84969f
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue