diff --git a/searx/webapp.py b/searx/webapp.py index d3062f4c8..deb00dce4 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -594,7 +594,7 @@ def post_request(response: flask.Response): if t.load ] timings_all = timings_all + timings_total + timings_load - response.headers.add('Server-Timing', ', '.join(timings_all)) + # response.headers.add('Server-Timing', ', '.join(timings_all)) return response diff --git a/searx/webapp1.py b/searx/webapp1.py index d76da4c42..030a0fa8d 100644 --- a/searx/webapp1.py +++ b/searx/webapp1.py @@ -594,7 +594,7 @@ def post_request(response: flask.Response): if t.load ] timings_all = timings_all + timings_total + timings_load - response.headers.add('Server-Timing', ', '.join(timings_all)) + # response.headers.add('Server-Timing', ', '.join(timings_all)) return response