8000 update excluded_ajax_paths for sf4 · symfony/symfony@ccf4eaf · GitHub
[go: up one dir, main page]

Skip to content

Commit ccf4eaf

Browse files
committed
update excluded_ajax_paths for sf4
1 parent d7658d2 commit ccf4eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function getConfigTreeBuilder()
3838
->children()
3939
->booleanNode('toolbar')->defaultFalse()->end()
4040
->booleanNode('intercept_redirects')->defaultFalse()->end()
41-
->scalarNode('excluded_ajax_paths')->defaultValue('^/(app(_[\\w]+)?\\.php/)?_wdt')->end()
41+
->scalarNode('excluded_ajax_paths')->defaultValue('index.php?_wdt')->end()
4242
->end()
4343
;
4444

0 commit comments

Comments
 (0)
0