1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-28 08:02:00 +03:00

Removes HSTS from admin ui

This commit is contained in:
Julian Reinhardt
2021-11-05 00:09:05 +01:00
parent d95cd36b3e
commit 8db541f37f

View File

@ -40,7 +40,6 @@ app.use(function (req, res, next) {
}
res.set({
'Strict-Transport-Security': 'includeSubDomains; max-age=631138519; preload',
'X-XSS-Protection': '1; mode=block',
'X-Content-Type-Options': 'nosniff',
'X-Frame-Options': x_frame_options,