From fa95eb0e65ef88c8572e4bf12acdc2e184966b3a Mon Sep 17 00:00:00 2001 From: Bocharsky Victor Date: Wed, 4 Feb 2015 12:18:14 +0200 Subject: [PATCH] Add excluded_ajax_paths new parameter in v2.6 Based on post [New in Symfony 2.6: AJAX requests in the web debug toolbar](http://symfony.com/blog/new-in-symfony-2-6-ajax-requests-in-the-web-debug-toolbar) --- reference/configuration/web_profiler.rst | 4 ++++ 1 file changed, 4 insertions(+) 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