Skip to content
Snippets Groups Projects
  • JediKev's avatar
    5b2dfce9
    issue: Httponly Cookies · 5b2dfce9
    JediKev authored
    This addresses issue 4015 where osTicket’s cookies aren’t HttpOnly by
    default. The HttpOnly flag helps prevent client scripts accessing the
    cookie. This updates the method that sets the cookie params to include
    the HttpOnly flag.
    5b2dfce9
    History
    issue: Httponly Cookies
    JediKev authored
    This addresses issue 4015 where osTicket’s cookies aren’t HttpOnly by
    default. The HttpOnly flag helps prevent client scripts accessing the
    cookie. This updates the method that sets the cookie params to include
    the HttpOnly flag.