aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy V2 React frontend and update build/test scripts to focus on ↵Adam Mathes10 days1-32/+0
| | | | Vanilla JS (V3)
* fix: CSRF cookie configuration for local network access\n\n- Changed ↵Adam Mathes12 days1-0/+1
| | | | SameSite from Lax to None to allow cookie access across localhost/IP variations\n- Added Secure=false for local development (should be true in production with HTTPS)\n- Added credentials:'include' to all fetch requests to ensure cookies are sent\n- Updated tests to expect credentials parameter in fetch calls\n\nThis fixes the 403 Forbidden error when accessing from LAN IPs like 192.168.x.x
* security: implement CSRF protection and improve session cookie security ↵Adam Mathes12 days1-0/+31
(fixing NK-gfh33y)