mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
Add ETag header to avatars (#721)
This commit is contained in:
@@ -99,6 +99,7 @@ func newMacaron() *macaron.Macaron {
|
||||
macaron.StaticOptions{
|
||||
Prefix: "avatars",
|
||||
SkipLogging: setting.DisableRouterLog,
|
||||
ETag: true,
|
||||
},
|
||||
))
|
||||
|
||||
|
Reference in New Issue
Block a user