From cf0305f73fcc49dacfadd0f2228887a92fa736ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20M?= <francoism90@users.noreply.github.com>
Date: Sat, 28 Oct 2023 20:47:12 +0200
Subject: [PATCH] Do not enable cache time header by default (#456)

---
 config/responsecache.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/responsecache.php b/config/responsecache.php
index f8b0942..e0f04b3 100644
--- a/config/responsecache.php
+++ b/config/responsecache.php
@@ -35,7 +35,7 @@
      * should be added to a cached response. This can be handy when
      * debugging.
      */
-    'add_cache_time_header' => env('APP_DEBUG', true),
+    'add_cache_time_header' => env('APP_DEBUG', false),
 
     /*
      * This setting determines the name of the http header that contains