Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Feb 2, 2025
1 parent 66c114b commit 58a09be
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
import './types.js';

// module.exports = require('./app/middleware/securities');
// module.exports.csp = require('./lib/middlewares/csp');
// module.exports.csrf = require('./lib/middlewares/csrf');
// module.exports.methodNoAllow = require('./lib/middlewares/methodnoallow');
// module.exports.noopen = require('./lib/middlewares/noopen');
// module.exports.nosniff = require('./lib/middlewares/nosniff');
// module.exports.xssProtection = require('./lib/middlewares/xssProtection');
// module.exports.xframe = require('./lib/middlewares/xframe');
// module.exports.safeRedirect = require('./lib/safe_redirect');
// module.exports.utils = require('./lib/utils');

0 comments on commit 58a09be

Please sign in to comment.