We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e154b81 commit 1ff0e11Copy full SHA for 1ff0e11
reference/configuration/web_profiler.rst
@@ -81,7 +81,7 @@ Full Default Configuration
81
toolbar: false
82
position: bottom
83
intercept_redirects: false
84
- excluded_ajax_paths: ^/bundles|^/_wdt
+ excluded_ajax_paths: ^/(app(_[\\w]+)?\\.php/)?_wdt
85
86
# DEPRECATED, it can be removed safely from your configuration
87
verbose: true
@@ -102,6 +102,6 @@ Full Default Configuration
102
toolbar="false"
103
verbose="true"
104
intercept-redirects="false"
105
- excluded-ajax-paths="^/bundles|^/_wdt"
+ excluded-ajax-paths="^/(app(_[\\w]+)?\\.php/)?_wdt"
106
/>
107
</container>
0 commit comments