aecworks / aec.works-web

Frontend for https://aec.works
https://aec.works
GNU General Public License v3.0
8 stars 2 forks source link

Cache Control for Moderation Button #94

Closed gtalarico closed 3 years ago

gtalarico commented 3 years ago

After taking moderation action next fetch should include cache-control: no-cache This page is cached on the backend so this header is needed to ensure the refetching response includes the applied moderation status.

image

gtalarico commented 3 years ago

Same issue when applying revision. After apply, reloads revision and reverts to old, because of server side cache