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" %>
|
||||
<%= javascript_importmap_tags %>
|
||||
|
||||
<%# TODO: replace with: turbo_page_requires_reload_tag when available %>
|
||||
<%#= tag.meta(name: "turbo-visit-control", content: "reload") %>
|
||||
<%# TODO: replace with: turbo_exempts_page_from_cache_tag when available %>
|
||||
<%= tag.meta(name: "turbo-cache-control", content: "no-cache") %>
|
||||
<%#= turbo_page_requires_reload_tag %>
|
||||
<%= turbo_exempts_page_from_cache_tag %>
|
||||
<%# TODO: replace with turbo_disable_prefetch_tag when available %>
|
||||
<%= tag.meta(name: "turbo-prefetch", content: false) %>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user