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 d7658d2 commit ccf4eafCopy full SHA for ccf4eaf
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('^/(app(_[\\w]+)?\\.php/)?_wdt')->end()
+ ->scalarNode('excluded_ajax_paths')->defaultValue('index.php?_wdt')->end()
42
->end()
43
;
44
0 commit comments