From: Michael Date: Sat, 29 Jun 2019 20:09:23 +0000 (+0000) Subject: leading, trailing, all the same :-) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6cd6fa889bf55d572c791d8c07c79bc9c17d08b7;p=friendica.git leading, trailing, all the same :-) --- diff --git a/mod/follow.php b/mod/follow.php index 1f12f565e6..c7a96f734f 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -61,7 +61,7 @@ function follow_content(App $a) $uid = local_user(); - // Issue 4815: Silently removing a trailing @ + // Issue 4815: Silently removing a prefixing @ $url = ltrim(Strings::escapeTags(trim(defaults($_REQUEST, 'url', ''))), '@!'); // Issue 6874: Allow remote following from Peertube