Commit Graph

6 Commits

Author SHA1 Message Date
01549c4e93 chore: remove entire caching layer and add logging to proxy endpoints 2025-12-08 03:55:58 +00:00
6956a757f2 chore: disable GET response caching and Cache-Control header in proxy_request handler 2025-12-08 03:53:13 +00:00
05c067c991 refactor: reorder path traversal check before normalization in proxy safety validation
Move the '..' detection to operate on the raw path string before normalization, ensuring path traversal attempts are caught even when normpath would collapse them. Also apply the same early check to api_parsed_url.path in proxy_request, preventing bypass via normalized path segments.
2025-12-07 23:12:52 +00:00
50933050b5 perf: add in-memory caching layer for API responses and remove debug console log in notification component 2025-12-07 22:18:28 +00:00
17f001975f feat: route all external image urls through new server-side proxy with host allowlist 2025-12-04 19:44:39 +00:00
4c04da32b0 chore: scaffold Rantii project with README, icons, CSS, and JS directory structure 2025-12-04 19:29:35 +00:00