diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index bcc525a..5d955be 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -15,7 +15,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") %>