final DS fixes probably

pull/20/head
tycrek 3 years ago
parent 8f85cffd2c
commit e0d766d141
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -92,7 +92,7 @@ function startup() {
app.use(helmet.xssFilter());
app.use(helmet.referrerPolicy());
app.use(helmet.dnsPrefetchControl());
useSsl && app.use(helmet.hsts({ includeSubDomains: false, preload: true }));
useSsl && app.use(helmet.hsts({ preload: true })); // skipcq: JS-0093
// Rate limit middleware
app.use(rateLimit({

Loading…
Cancel
Save