-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Milestone
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 3.4 |
The default value of this option is ^/(app(_[\\w]+)?\\.php/)?_wdt
. See
symfony/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php
Line 41 in 9bd28fc
->scalarNode('excluded_ajax_paths')->defaultValue('^/(app(_[\\w]+)?\\.php/)?_wdt')->end() |
Shouldn't we update it now that app.php
and app_dev.php
no longer exist by default in Symfony apps?