Home
last modified time | relevance | path

Searched refs:allowedURL (Results 1 – 5 of 5) sorted by relevance

/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php63 if (!$this->allowedURL($url)) {
78 function allowedURL($url) function in Auth_Yadis_HTTPFetcher
H A DParanoidHTTPFetcher.php105 if (!$this->allowedURL($url)) {
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php70 if (!$this->allowedURL($url)) {
88 function allowedURL($url) function in Auth_Yadis_HTTPFetcher
H A DParanoidHTTPFetcher.php129 if (!$this->allowedURL($url)) {
/plugin/owncloud/
H A Dhelper.php371 foreach($allowedImagesURL as $allowedURL){
372 $allowedURL = trim($allowedURL);
373 if(empty($allowedURL)) continue;
374 if(strpos($url, $allowedURL) === 0 ){