From e0d766d1417ea61a7d0867e874a057effdcb43d0 Mon Sep 17 00:00:00 2001 From: tycrek Date: Sun, 27 Jun 2021 10:54:31 -0600 Subject: [PATCH] final DS fixes probably --- ass.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ass.js b/ass.js index c2552b0..56323b5 100755 --- a/ass.js +++ b/ass.js @@ -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({