From 31f75d317946e0cac4822c5ecad72e96e198245d Mon Sep 17 00:00:00 2001 From: Houziaux mike Date: Wed, 14 Feb 2018 17:36:45 +0100 Subject: [PATCH] update doc sf4 for excluded_ajax_paths --- reference/configuration/web_profiler.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/configuration/web_profiler.rst b/reference/configuration/web_profiler.rst index 1993543ea8a..f1be6e34cd9 100644 --- a/reference/configuration/web_profiler.rst +++ b/reference/configuration/web_profiler.rst @@ -44,7 +44,7 @@ on the given link to perform the redirect. excluded_ajax_paths ~~~~~~~~~~~~~~~~~~~ -**type**: ``string`` **default**: ``'^/(app(_[\\w]+)?\\.php/)?_wdt'`` +**type**: ``string`` **default**: ``'^/((index|app(_[\w]+)?)\.php/)?_wdt'`` When the toolbar logs Ajax requests, it matches their URLs against this regular expression. If the URL matches, the request is not displayed in the toolbar. This @@ -62,7 +62,7 @@ Full Default Configuration web_profiler: toolbar: false intercept_redirects: false - excluded_ajax_paths: ^/(app(_[\\w]+)?\\.php/)?_wdt + excluded_ajax_paths: ^/((index|app(_[\w]+)?)\.php/)?_wdt .. code-block:: xml @@ -79,6 +79,6 @@ Full Default Configuration