Replace Http::isValidURI with MWHttpRequest::isValidURI

Bug: T305813
Change-Id: I76d143117be4608588f41700f384205d7bbf2052
This commit is contained in:
gerritbot 2022-04-10 23:00:26 +00:00
parent 1422cd3def
commit 0d6929b901

View file

@ -65,7 +65,7 @@ class RSSHooks {
}
if ( !Http::isValidURI( $input ) ) {
if ( !MWHttpRequest::isValidURI( $input ) ) {
return RSSUtils::getErrorHtml( 'rss-invalid-url', htmlspecialchars( $input ) );
}