agent-zero/webui
Deimos AI 9e3bbb759f fix(security): add Secure flag to CSRF cookie on HTTPS
The CSRF token cookie is set without the Secure flag. On HTTPS
deployments the cookie could be transmitted over plain HTTP if a
mixed-content scenario occurs.

Conditionally add the Secure flag when running on HTTPS
(window.location.protocol === 'https:'). No impact on HTTP-only
deployments.

Severity: Low-Medium
2026-02-26 13:52:04 +00:00
..
components Merge pull request #1134 from 3clyp50/plugin4 2026-02-26 13:38:22 +01:00
css Merge pull request #1134 from 3clyp50/plugin4 2026-02-26 13:38:22 +01:00
js fix(security): add Secure flag to CSRF cookie on HTTPS 2026-02-26 13:52:04 +00:00
public workdir outside project, gitkeeps 2026-02-08 14:54:49 +01:00
vendor WebSocket merge 2026-02-01 16:07:45 +01:00
index.css message rendering polishing 2026-02-04 08:47:06 +01:00
index.html Settings polishing, logout button 2026-02-05 22:02:49 +01:00
index.js ui: enhance chat input vertical expansion and auto-resize 2026-02-26 11:59:17 +01:00
login.css Enhance: More polished single-user login page 2025-09-01 02:12:49 -07:00
login.html Enhance: More polished single-user login page 2025-09-01 02:12:49 -07:00