8000
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 ccf4eaf commit 5445c10Copy full SHA for 5445c10
src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php
@@ -38,7 +38,7 @@ public function getConfigTreeBuilder()
38
->children()
39
->booleanNode('toolbar')->defaultFalse()->end()
40
->booleanNode('intercept_redirects')->defaultFalse()->end()
41
- ->scalarNode('excluded_ajax_paths')->defaultValue('index.php?_wdt')->end()
+ ->scalarNode('excluded_ajax_paths')->defaultValue('((^app.php)|(index|app?(_dev)?)?\.php)|(_wdt)')->end()
42
->end()
43
;
44
0 commit comments