mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-08 00:27:15 +02:00
fix(build): ESLint error in Express config (#1807)
Fixes a trailing space eslint error in the Express config.
This commit is contained in:
@@ -142,7 +142,7 @@ module.exports.initModulesConfiguration = function (app, db) {
|
||||
module.exports.initHelmetHeaders = function (app) {
|
||||
// six months expiration period specified in seconds
|
||||
var SIX_MONTHS = 15778476;
|
||||
|
||||
|
||||
app.use(helmet.frameguard());
|
||||
app.use(helmet.xssFilter());
|
||||
app.use(helmet.noSniff());
|
||||
|
||||
Reference in New Issue
Block a user