Today we have an `ALLOW_ORIGIN` setting on `settings.js`, we need to create an express middleware to block those domains. I think that we can use `cors` package for that this work fine :D https://www.npmjs.com/package/cors
Today we have an
ALLOW_ORIGINsetting onsettings.js, we need to create an express middleware to block those domains.I think that we can use
corspackage for that this work fine :Dhttps://www.npmjs.com/package/cors