Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rello/analytics
/ isAllowed
Method
isAllowed
lib/Security/ExternalUrlValidator.php:51–53 ·
view source on GitHub ↗
(string $url)
Source
from the content-addressed store, hash-verified
49
}
50
51
public static function isAllowed(string $url): bool {
52
return self::validate($url) === null;
53
}
54
55
/**
56
* @return string[]
Callers
nothing calls this directly
Calls
1
validate
Method · 0.95
Tested by
no test coverage detected