mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 01:38:15 -05:00
Merge pull request #1565 from jc21/removes-hsts-from-admin-ui
Removes HSTS from admin ui
This commit is contained in:
commit
48e96c46d5
@ -40,13 +40,12 @@ app.use(function (req, res, next) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
res.set({
|
res.set({
|
||||||
'Strict-Transport-Security': 'includeSubDomains; max-age=631138519; preload',
|
'X-XSS-Protection': '1; mode=block',
|
||||||
'X-XSS-Protection': '1; mode=block',
|
'X-Content-Type-Options': 'nosniff',
|
||||||
'X-Content-Type-Options': 'nosniff',
|
'X-Frame-Options': x_frame_options,
|
||||||
'X-Frame-Options': x_frame_options,
|
'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate',
|
||||||
'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate',
|
Pragma: 'no-cache',
|
||||||
Pragma: 'no-cache',
|
Expires: 0
|
||||||
Expires: 0
|
|
||||||
});
|
});
|
||||||
next();
|
next();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user