8000 [WebProfilerBundle] disable turbo in web profiler toolbar to avoid li… · symfony/symfony@9750a6b · GitHub
[go: up one dir, main page]

Skip to content

Commit 9750a6b

Browse files
committed
[WebProfilerBundle] disable turbo in web profiler toolbar to avoid link prefetching
1 parent ed7d7aa commit 9750a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</div>
77
<div id="sfToolbarClearer-{{ token }}" class="sf-toolbar-clearer"></div>
88

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

0 commit comments

Comments
 (0)
0