Loading image_captcha/src/Response/CaptchaImageResponse.php +1 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,7 @@ class CaptchaImageResponse extends Response { else { $this->headers->set('content-type', 'image/png'); } $this->headers->set('cache-control', 'no-store, must-revalidate'); return parent::sendHeaders(); } Loading Loading
image_captcha/src/Response/CaptchaImageResponse.php +1 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,7 @@ class CaptchaImageResponse extends Response { else { $this->headers->set('content-type', 'image/png'); } $this->headers->set('cache-control', 'no-store, must-revalidate'); return parent::sendHeaders(); } Loading