Skip to content

Commit 9661886

Browse files
committed
minor symfony#9140 fix web_profiler full default conf (zephyr-thomas)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes symfony#9140). Discussion ---------- fix web_profiler full default conf Commits ------- 1ff0e11 fix web_profiler full default conf
2 parents e154b81 + 1ff0e11 commit 9661886

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)