public function getValidCustomUrls() { return array( array( 'ftp://google.com', ), array( 'file://127.0.0.1', ), array( 'git://[::1]/', ), ); }