mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
perf(api): remove no-transform cache-control from response header
Closes: #2091
This commit is contained in:
parent
eb8bdfc94c
commit
43c1018e3e
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ fun ResponseEntity.BodyBuilder.setCachePrivate() = this.cacheControl(cachePrivat
|
||||||
val cachePrivate =
|
val cachePrivate =
|
||||||
CacheControl
|
CacheControl
|
||||||
.maxAge(0, TimeUnit.SECONDS)
|
.maxAge(0, TimeUnit.SECONDS)
|
||||||
.noTransform()
|
|
||||||
.cachePrivate()
|
.cachePrivate()
|
||||||
.mustRevalidate()
|
.mustRevalidate()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue