| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: CSRF cookie configuration for local network access\n\n- Changed ↵ | Adam Mathes | 12 days | 1 | -11/+0 |
| | | | | | 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 | ||||
| * | feature: add scrape full text button to feed items (fixing NK-8hu7z1) | Adam Mathes | 12 days | 1 | -0/+11 |
