7043a414a8
Images can be generated on fly, so let us respect the decision of the server to disable caching. Also disable caching for file images: it's just waste of space. Change-Id: I425b1915c73354af90329d5b3a1fb0a616adaa93
9 lines
231 B
YAML
9 lines
231 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The image cache now respects the ``Cache-Control: no-store`` header
|
|
for HTTP(s) images.
|
|
- |
|
|
File images are no longer cached in the image cache to avoid unnecessary
|
|
consumption of the disk space.
|