Skip to content

Commit

Permalink
[WebProfilerBundle] disable turbo in web profiler toolbar to avoid li…
Browse files Browse the repository at this point in the history
…nk prefetching
  • Loading branch information
davidgorges committed Feb 20, 2024
1 parent 1b80728 commit 93df984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Profiler/toolbar.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
<div id="sfToolbarClearer-{{ token }}" class="sf-toolbar-clearer"></div>

<div id="sfToolbarMainContent-{{ token }}" class="sf-toolbarreset clear-fix" data-no-turbolink>
<div id="sfToolbarMainContent-{{ token }}" class="sf-toolbarreset clear-fix" data-no-turbolink data-turbo="false">
{% for name, template in templates %}
{% if block('toolbar', template) is defined %}
{% with {
Expand Down

0 comments on commit 93df984

Please sign in to comment.