chore: docker console not loading in docker

This commit is contained in:
LukeGus
2025-12-31 17:11:19 -06:00
parent f26a85b120
commit 0ebf5a2529
2 changed files with 1 additions and 16 deletions

View File

@@ -345,10 +345,6 @@ app.use(
return callback(null, true);
}
dockerLogger.warn("CORS rejected origin", {
operation: "cors_check",
origin,
});
return callback(new Error("Not allowed by CORS"));
},
credentials: true,