Files
OpenClaw Sub-agent 124ba0dbe5 fix: stop iOS Safari heuristic-caching stale UI pages
User reported 'still broken' on /ui/tags/ai/ right after the 20-card cap
shipped — the deployed HTML was correct (verified in-pod: 20 cards + View
all 363 posts) but Safari was serving a heuristically cached copy of the
previous template. UI HTML responses had no Cache-Control at all.

- core/middleware.NoCacheUiPagesMiddleware: /ui/* HTML → Cache-Control:
  no-cache, no-store, must-revalidate (+ Pragma/Expires). API untouched.
- tag_detail: defensive width:100% + box-sizing on .tags-page/.apple-card
2026-08-03 19:24:28 +10:00
..
2025-11-04 20:15:43 +11:00
2026-04-18 22:01:34 +10:00
2025-11-04 21:42:54 +11:00
2024-11-04 15:20:18 +11:00