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 6ba90ec commit fa95eb0Copy full SHA for fa95eb0
reference/configuration/web_profiler.rst
@@ -23,10 +23,14 @@ Full default Configuration
23
# gives you the opportunity to look at the collected data before following the redirect
24
intercept_redirects: false
25
26
+ # Exclude AJAX requests in the web debug toolbar for specified paths
27
+ excluded_ajax_paths: ^/bundles|^/_wdt
28
+
29
.. code-block:: xml
30
31
<web-profiler:config
32
toolbar="false"
33
verbose="true"
34
intercept_redirects="false"
35
+ excluded_ajax_paths="^/bundles|^/_wdt"
36
/>
0 commit comments