From 73bc81d821129d306d8e66dba99fba14899d0b83 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 5 Oct 2016 14:29:29 +0800 Subject: [PATCH] Images.php --- Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Images.php b/Images.php index 13ba3977..29bcf427 100644 --- a/Images.php +++ b/Images.php @@ -360,7 +360,7 @@ class Pman_Core_Images extends Pman $html = self::replaceImgUrl($html, $baseURL, $img, $attr, 'src' ); continue; } - if (false !== strpos($attr['src'], '//')) { + if (false !== strpos($attr['src'], '//') && false === strpos($attr['src'], $baseURL)) { // contains an absolute path.. that is probably not us... continue; } -- 2.39.2