File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ on the given link to perform the redirect.
44
44
excluded_ajax_paths
45
45
~~~~~~~~~~~~~~~~~~~
46
46
47
- **type **: ``string `` **default **: ``'^/(app(_[\\ w]+)?\\ .php/)?_wdt' ``
47
+ **type **: ``string `` **default **: ``'^/((index| app(_[\w]+)?) .php/)?_wdt' ``
48
48
49
49
When the toolbar logs Ajax requests, it matches their URLs against this regular
50
50
expression. If the URL matches, the request is not displayed in the toolbar. This
@@ -62,7 +62,7 @@ Full Default Configuration
62
62
web_profiler :
63
63
toolbar : false
64
64
intercept_redirects : false
65
- excluded_ajax_paths : ^/(app(_[\\ w]+)?\\ .php/)?_wdt
65
+ excluded_ajax_paths : ^/((index| app(_[\w]+)?) .php/)?_wdt
66
66
67
67
.. code-block :: xml
68
68
@@ -79,6 +79,6 @@ Full Default Configuration
79
79
<web-profiler : config
80
80
toolbar =" false"
81
81
intercept-redirects =" false"
82
- excluded-ajax-paths =" ^/(app(_[\\ w]+)?\\ .php/)?_wdt"
82
+ excluded-ajax-paths =" ^/((index| app(_[\w]+)?) .php/)?_wdt"
83
83
/>
84
84
</container >
You can’t perform that action at this time.
0 commit comments