diff --git a/confluent_server/confluent/httpapi.py b/confluent_server/confluent/httpapi.py index e4ccdd22..445d6be2 100644 --- a/confluent_server/confluent/httpapi.py +++ b/confluent_server/confluent/httpapi.py @@ -387,6 +387,7 @@ def resourcehandler_backend(env, start_response): """ mimetype, extension = _pick_mimetype(env) headers = [('Content-Type', mimetype), ('Cache-Control', 'no-store'), + ('Pragma', 'no-cache'), ('X-Content-Type-Options', 'nosniff'), ('Content-Security-Policy', "default-src 'self'"), ('X-XSS-Protection', '1'), ('X-Frame-Options', 'deny'),