forked from fixin.me/fixin.me
Disable Turbo prefetch
This commit is contained in:
parent
fd4c7259b0
commit
8b1a186467
@ -17,10 +17,10 @@
|
|||||||
<%= stylesheet_link_tag "application" %>
|
<%= stylesheet_link_tag "application" %>
|
||||||
<%= javascript_importmap_tags %>
|
<%= javascript_importmap_tags %>
|
||||||
|
|
||||||
<%# TODO: replace with: turbo_page_requires_reload_tag when available %>
|
<%#= turbo_page_requires_reload_tag %>
|
||||||
<%#= tag.meta(name: "turbo-visit-control", content: "reload") %>
|
<%= turbo_exempts_page_from_cache_tag %>
|
||||||
<%# TODO: replace with: turbo_exempts_page_from_cache_tag when available %>
|
<%# TODO: replace with turbo_disable_prefetch_tag when available %>
|
||||||
<%= tag.meta(name: "turbo-cache-control", content: "no-cache") %>
|
<%= tag.meta(name: "turbo-prefetch", content: false) %>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user