Skip to content

Commit

Permalink
🔥 remove commented dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed Feb 22, 2024
1 parent 7da0eeb commit 3566b31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security/server/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const chalk = require('chalk');
xssApp.use(cors());

xssApp.get('/jqueryxss', (req, res) => {
// res.set('content-type', 'text/javascript');
res.writeHead(200, { 'Content-Type': 'text/javascript' });
res.write(`triggerCVE('2015-9251');`)
res.end()
Expand Down

0 comments on commit 3566b31

Please sign in to comment.