gitea: Avatar caching doesn't work on Firefox
- Gitea version (or commit ref): 1.15.2
- Git version: 2.20.1
- Operating system: Debian
- Database (use
[x]):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes
- No
- Log gist:
Description
Avatar images aren’t cached with Firefox, a new copy is always fetched on load.
On Chromium, it shows that avatar images are cached (in memory).
Screenshots
On Firefox, after a refresh:
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 17 (17 by maintainers)
Commits related to this issue
- Add Cache-Control to avatar redirects This does seem to do the trick to make the Avatar redirects cachable in Chrome. In Firefox, it does not seem to work, thought and I found no way to suppress the... — committed to silverwind/gitea by silverwind 3 years ago
- Add Cache-Control to avatar redirects (#16973) * Add Cache-Control to avatar redirects This does seem to do the trick to make the Avatar redirects cachable in Chrome. In Firefox, it does not s... — committed to go-gitea/gitea by silverwind 3 years ago
(I mean the original problem described in this issue by the author. And the fix and the original problem seems off-topic now … )
#16973 got merged 🚀