diff --git a/lib/Lutim.pm b/lib/Lutim.pm index 5845de3..7c6bbfb 100644 --- a/lib/Lutim.pm +++ b/lib/Lutim.pm @@ -58,7 +58,7 @@ sub startup { my $headers = Mojo::Headers->new(); if ($nocache) { - $headers->add('Cache-Control' => 'no-cache'); + $headers->add('Cache-Control' => 'no-cache, no-store'); } else { $headers->add('Expires' => $expires); }