From e9504775d7e8cfad50739a17312537687c6fc518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 28 Aug 2025 14:52:00 +0200 Subject: [PATCH] zmiany w req --- app.py | 1 + 1 file changed, 1 insertion(+) 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