ID: 2392
Title: Auth cookie is always using "httponly" flag
Component: Multisite
Level: 1
Class: Security Fix
Version: 1.2.7i3
All newly issued authentication cookies have the flag "httponly"
set now. This makes the cookie values inaccessible from scripts
executed in the browser, e.g. from Javascript. This secures the
cookie against some sorts of cookie stealing attempts.
See
https://www.owasp.org/index.php/HttpOnly for details.