X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffollow.php;h=58419dfd3ba54836f144ae3b3ff2d3148df98c50;hb=8bde222fca2c8295be8ae39036f539e87b8cba71;hp=36eea571945928da11c1b0db815915fcb2a082b9;hpb=097620b62799c96d610d73410ec07a6b8cdf82f0;p=friendica.git diff --git a/mod/follow.php b/mod/follow.php index 36eea57194..58419dfd3b 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -41,7 +41,7 @@ function follow_post(App $a) } $uid = local_user(); - $url = Strings::escapeTags(trim($_REQUEST['url'])); + $url = Probe::cleanURI($_REQUEST['url']); $return_path = 'follow?url=' . urlencode($url); // Makes the connection request for friendica contacts easier