diff --git a/repeater/web/http_server.py b/repeater/web/http_server.py index a2ac1f8..6f3c5e1 100644 --- a/repeater/web/http_server.py +++ b/repeater/web/http_server.py @@ -284,8 +284,8 @@ class HTTPStatsServer: config = { "/": { "tools.sessions.on": False, - "tools.gzip.on": True, - "tools.gzip.mime_types": ["application/json", "text/html", "text/plain"], + # "tools.gzip.on": True, + # "tools.gzip.mime_types": ["application/json", "text/html", "text/plain"], # Ensure proper content types for static files "tools.staticfile.content_types": { 'js': 'application/javascript',