diff --git a/reactions.go b/reactions.go index 25dad76..ff048b9 100644 --- a/reactions.go +++ b/reactions.go @@ -93,6 +93,7 @@ func (a *goBlog) getReactions(w http.ResponseWriter, r *http.Request) { _ = pw.CloseWithError(json.NewEncoder(pw).Encode(reactions)) }() w.Header().Set(contentType, contenttype.JSONUTF8) + w.Header().Set(cacheControl, "no-store") _ = pr.CloseWithError(a.min.Get().Minify(contenttype.JSON, w, pr)) }