mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-08 23:25:13 +00:00
HttpOnly prevents the cookie from being accessed by javascript code and restricts XMLHttpObject utilization. See https://blog.codinghorror.com/protecting-your-cookies-httponly/ . SameSite=lax restricts cookie utilization in iframes, images or XMLHttpRequests, but still allows external sites to link to the ntopng webserver and use the existing authenticated user session. See https://www.sjoerdlangkemper.nl/2016/04/14/preventing-csrf-with-samesite-cookie-attribute/ . |
||
|---|---|---|
| .. | ||
| add_user_dialog.lua | ||
| bridge_wizard.lua | ||
| change_user_password_form.lua | ||
| delete_user_dialog.lua | ||
| footer.lua | ||
| menu.lua | ||
| password_dialog.lua | ||
| sankey.lua | ||
| sprobe.lua | ||
| users.lua | ||