8000 update after @ro0NL and @stof review · symfony/symfony@5445c10 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5445c10

Browse files
committed
update after @ro0NL and @stof review
1 parent ccf4eaf commit 5445c10

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('index.php?_wdt')->end()
41+
->scalarNode('excluded_ajax_paths')->defaultValue('((^app.php)|(index|app?(_dev)?)?\.php)|(_wdt)')->end()
4242
->end()
4343
;
4444

0 commit comments

Comments
 (0)
0