Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4fb19c2

Browse filesBrowse files
committed
minor #9267 Update Documentation excluded_ajax_paths sf4 (jenaye)
This PR was merged into the master branch. Discussion ---------- Update Documentation excluded_ajax_paths sf4 Linked with this PR : symfony/symfony#26177 Commits ------- 31f75d3 update doc sf4 for excluded_ajax_paths
2 parents 8e88bd9 + 31f75d3 commit 4fb19c2
Copy full SHA for 4fb19c2

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎reference/configuration/web_profiler.rst

Copy file name to clipboardExpand all lines: reference/configuration/web_profiler.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on the given link to perform the redirect.
4444
excluded_ajax_paths
4545
~~~~~~~~~~~~~~~~~~~
4646

47-
**type**: ``string`` **default**: ``'^/(app(_[\\w]+)?\\.php/)?_wdt'``
47+
**type**: ``string`` **default**: ``'^/((index|app(_[\w]+)?)\.php/)?_wdt'``
4848

4949
When the toolbar logs Ajax requests, it matches their URLs against this regular
5050
expression. If the URL matches, the request is not displayed in the toolbar. This
@@ -62,7 +62,7 @@ Full Default Configuration
6262
web_profiler:
6363
toolbar: false
6464
intercept_redirects: false
65-
excluded_ajax_paths: ^/(app(_[\\w]+)?\\.php/)?_wdt
65+
excluded_ajax_paths: ^/((index|app(_[\w]+)?)\.php/)?_wdt
6666
6767
.. code-block:: xml
6868
@@ -79,6 +79,6 @@ Full Default Configuration
7979
<web-profiler:config
8080
toolbar="false"
8181
intercept-redirects="false"
82-
excluded-ajax-paths="^/(app(_[\\w]+)?\\.php/)?_wdt"
82+
excluded-ajax-paths="^/((index|app(_[\w]+)?)\.php/)?_wdt"
8383
/>
8484
</container>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.