From a6efad73a8802634ce3610deee5c57e6fb4279cc Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Mon, 22 Jul 2024 13:45:01 +0500 Subject: [PATCH] 12551 - add no-cache policy for Turbo cache control --- app/views/spree/admin/shared/_head.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/spree/admin/shared/_head.html.haml b/app/views/spree/admin/shared/_head.html.haml index cd1fa4cda3..e4f9febe72 100644 --- a/app/views/spree/admin/shared/_head.html.haml +++ b/app/views/spree/admin/shared/_head.html.haml @@ -1,4 +1,5 @@ %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"} +%meta{ name: "turbo-cache-control", content: "no-cache" } = csrf_meta_tags = action_cable_meta_tag