]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Proxy.php
Merge pull request #10257 from annando/apcontact-no-normalize
[friendica.git] / src / Util / Proxy.php
index e104073f0331e6f22cd9dfcdce9b829e39bb309a..82e7db4f5d4e4651a94355918413bec1c589c29b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -170,7 +170,7 @@ class Proxy
         * @return boolean
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
-       private static function isLocalImage($url)
+       public static function isLocalImage($url)
        {
                if (substr($url, 0, 1) == '/') {
                        return true;