Skip to content

Commit d3e0b6a

Browse files
committed
Remove redundant directive
1 parent 325debf commit d3e0b6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2025-03-07-why-do-we-have-a-cache-control-request-header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ stored content rather than attempting a network request that might fail.
271271
or offline-first apps.
272272
* To force freshness, use:
273273
```http
274-
Cache-Control: no-store, no-cache, max-age=0, must-revalidate
274+
Cache-Control: no-store, no-cache, max-age=0
275275
```
276276
* To build offline-first apps, consider:
277277
```http

0 commit comments

Comments
 (0)