This commit is contained in:
Luca Deri 2022-02-04 16:50:51 +01:00
parent f99d05f8f2
commit 504acf385c

View file

@ -273,7 +273,7 @@ function sendHTTPHeaderIfName(mime, ifname, maxage, content_disposition, extra_h
'Cache-Control: max-age=0, no-cache, no-store',
'Server: ntopng '..info["version"]..' ['.. info["platform"]..']',
'Set-Cookie: tzname=' .. info.tzname .. '; Max-Age=60',
'Set-Cookie: timezone' .. info.timezone .. '; Max-Age=60',
'Set-Cookie: timezone=' .. info.timezone .. '; Max-Age=60',
'Pragma: no-cache',
'X-Frame-Options: DENY',
'X-Content-Type-Options: nosniff',