Skip to content

Commit

Permalink
Do not enable cache time header by default (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored Oct 28, 2023
1 parent aec5855 commit cf0305f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/responsecache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf0305f

Please sign in to comment.