diff --git a/app/Http/Controllers/ClientPortal/DocumentController.php b/app/Http/Controllers/ClientPortal/DocumentController.php index b1a816d4bf77..b5bc39f9aa08 100644 --- a/app/Http/Controllers/ClientPortal/DocumentController.php +++ b/app/Http/Controllers/ClientPortal/DocumentController.php @@ -58,7 +58,7 @@ class DocumentController extends Controller $document = Document::where('hash', $document_hash)->firstOrFail(); - $headers = []; + $headers = ['Cache-Control:' => 'no-cache']; if (request()->input('inline') == 'true') { $headers = array_merge($headers, ['Content-Disposition' => 'inline']);