This commit is contained in:
2026-09-09 22:12:38 +02:00
parent f87ac267f7
commit 43ff87ed62
2 changed files with 87 additions and 27 deletions
+1
View File
@@ -622,6 +622,7 @@ process.on('uncaughtException', err => {
app.use(async (req, res) => {
if (req.url?.pathname?.endsWith('.map')) {
res.writeHead(404, { 'Content-Type': 'text/plain' }).end('Not Found');
req.url.pathname = '/handled_map_bypass';
}
});