diff --git a/app.py b/app.py index 262aaaf..52badf7 100644 --- a/app.py +++ b/app.py @@ -1251,6 +1251,7 @@ def apply_headers(response): return response if response.status_code in (301, 302, 303, 307, 308): + response.headers["Cache-Control"] = "no-store" response.headers.pop("Vary", None) return response