Commit b83a4b5
committed
perf(cache): force Firefox to send cache headers
`immutable` header is only supported by Firefox and Safari.
When the resource is stale, Firefox don't send `If-None-Match` and
`If-Not-Modified-Since` headers.
This commit force Firefox to send these headers when resources are
stale.
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>1 parent c359e62 commit b83a4b5
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments