diff --git a/reference/configuration/web_profiler.rst b/reference/configuration/web_profiler.rst index 50ad25c9043..700732c7afa 100644 --- a/reference/configuration/web_profiler.rst +++ b/reference/configuration/web_profiler.rst @@ -23,10 +23,14 @@ Full default Configuration # gives you the opportunity to look at the collected data before following the redirect intercept_redirects: false + # Exclude AJAX requests in the web debug toolbar for specified paths + excluded_ajax_paths: ^/bundles|^/_wdt + .. code-block:: xml