This commit is contained in:
2025-06-26 19:06:32 +00:00
parent 78212cc2a9
commit 7908feebf3
9 changed files with 656 additions and 1676 deletions

View File

@@ -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") {