-
v7.23.19 Stable
released this
2026-08-10 15:05:42 +00:00 | 99 commits to main since this release- Hardened the optional page cache: cached pages can no longer be reached directly as raw files --
every request still goes through ARGUS's normal security checks, including an active IP block,
before anything is served. - Fixed a rare timing issue where, under heavy simultaneous traffic to the same page right as its
cache was refreshing, a visitor could in theory receive an incomplete page. Cache updates are now
published in a single, all-or-nothing step.
Downloads
- Hardened the optional page cache: cached pages can no longer be reached directly as raw files --