diff --git a/src/Intervention/Image/AbstractDecoder.php b/src/Intervention/Image/AbstractDecoder.php index 9db21e04..18fdb1fe 100644 --- a/src/Intervention/Image/AbstractDecoder.php +++ b/src/Intervention/Image/AbstractDecoder.php @@ -262,7 +262,7 @@ abstract class AbstractDecoder return false; } - return base64_encode(base64_decode($this->data)) === str_replace(["\n", "\r", "\t", " "], '', $this->data); + return base64_encode(base64_decode($this->data)) === str_replace(["\n", "\r"], '', $this->data); } /**