Disable Turbo prefetch

This commit is contained in:
cryptogopher 2025-01-02 03:01:30 +01:00
parent fd4c7259b0
commit 8b1a186467

View File

@ -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>