Skip to content

Commit 1ff0e11

Browse files
zephyr-thomasjaviereguiluz
zephyr-thomas
authored andcommitted
fix web_profiler full default conf
1 parent e154b81 commit 1ff0e11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/web_profiler.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Full Default Configuration
8181
toolbar: false
8282
position: bottom
8383
intercept_redirects: false
84-
excluded_ajax_paths: ^/bundles|^/_wdt
84+
excluded_ajax_paths: ^/(app(_[\\w]+)?\\.php/)?_wdt
8585
8686
# DEPRECATED, it can be removed safely from your configuration
8787
verbose: true
@@ -102,6 +102,6 @@ Full Default Configuration
102102
toolbar="false"
103103
verbose="true"
104104
intercept-redirects="false"
105-
excluded-ajax-paths="^/bundles|^/_wdt"
105+
excluded-ajax-paths="^/(app(_[\\w]+)?\\.php/)?_wdt"
106106
/>
107107
</container>

0 commit comments

Comments
 (0)