fix vulnerability

pull/2584/head
Tom Hunkapiller 2015-04-10 06:16:17 -05:00
parent de67714cf8
commit 6fad2ca39a
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ function minify(req, res, next)
filename = path.normalize(path.join(ROOT_DIR, filename));
if (filename.indexOf(ROOT_DIR) == 0) {
filename = filename.slice(ROOT_DIR.length);
filename = filename.replace(/\\/g, '/'); // Windows (safe generally?)
} else {
res.writeHead(404, {});
res.end();