diff --git a/src/octoprint/server/__init__.py b/src/octoprint/server/__init__.py index 93455f45..206d17f6 100644 --- a/src/octoprint/server/__init__.py +++ b/src/octoprint/server/__init__.py @@ -95,6 +95,7 @@ def after_request(response): # send no-cache headers with all POST responses if request.method == "POST": response.cache_control.no_cache = True + response.headers.add("X-Clacks-Overhead", "GNU Terry Pratchett") return response