Bug: immutable cache policy applied to translation JSON assets #9

Open
opened 2026-02-20 22:07:21 +00:00 by echo · 1 comment
Owner

Problem

Nginx currently sets Cache-Control: public, immutable for .json files, including translations. This can delay propagation of copy fixes.

Acceptance criteria

  • Translation JSON uses non-immutable policy (or versioned strategy)
  • CSS/JS can remain immutable
  • Language updates become refresh-predictable
## Problem Nginx currently sets `Cache-Control: public, immutable` for `.json` files, including translations. This can delay propagation of copy fixes. ## Acceptance criteria - Translation JSON uses non-immutable policy (or versioned strategy) - CSS/JS can remain immutable - Language updates become refresh-predictable
Author
Owner

Linked implementation PR: #13

Linked implementation PR: #13
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
0mg-cc/kincode#9
No description provided.