update
This commit is contained in:
@@ -121,7 +121,6 @@ function errorRequestHandler(error, _req, res, next) {
|
||||
}
|
||||
|
||||
function isOriginAllowed(origin) {
|
||||
console.log({ origin });
|
||||
const url = new URL(origin);
|
||||
|
||||
if (url.hostname === "localhost" || url.hostname === "127.0.0.1") {
|
||||
|
||||
Reference in New Issue
Block a user