Auth_Yadis_HTTPFetcher::allowedURL PHP Method

allowedURL() public method

By default, will attempt to fetch any http or https URL.
public allowedURL ( $url )
    function allowedURL($url)
    {
        return $this->URLHasAllowedScheme($url);
    }