mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Typo
This commit is contained in:
parent
f99d05f8f2
commit
504acf385c
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue