Skip to content

Commit 8db541f

Browse files
committed
Removes HSTS from admin ui
1 parent d95cd36 commit 8db541f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/app.js

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ app.use(function (req, res, next) {
4040
}
4141

4242
res.set({
43-
'Strict-Transport-Security': 'includeSubDomains; max-age=631138519; preload',
4443
'X-XSS-Protection': '1; mode=block',
4544
'X-Content-Type-Options': 'nosniff',
4645
'X-Frame-Options': x_frame_options,

0 commit comments

Comments
 (0)