diff --git a/get_image.module b/get_image.module
index e9e2188..f3dcc67 100644
--- a/get_image.module
+++ b/get_image.module
@@ -74,7 +74,7 @@ function _get_image_save($mat) {
   /**
    * 包含当前域名的路径、相对路径，不做处理
    */
-  if (strpos($mat[2], $GLOBALS['base_url']) !== false || strpos($mat[2], 'http://') === false) {
+  if (strpos($mat[2], $GLOBALS['base_url']) !== false || (strpos($mat[2], 'http://') === false && strpos($mat[2], 'https://') === false)) {
     return $files[$mat[2]];
   }
 
