mirror of
https://github.com/knadh/listmonk.git
synced 2025-01-01 11:45:01 +08:00
Add no-cache header to pixel tracker image
This commit is contained in:
parent
09b09d1378
commit
b7d5a4d8c8
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ func handleRegisterCampaignView(c echo.Context) error {
|
|||
}
|
||||
}
|
||||
|
||||
c.Response().Header().Set("Cache-Control", "no-cache")
|
||||
return c.Blob(http.StatusOK, "image/png", pixelPNG)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue