Remove enterprise leftovers from community
This commit is contained in:
@@ -584,7 +584,7 @@ fn join_target_url(base: &str, path: &str) -> String {
|
||||
return base.to_owned();
|
||||
}
|
||||
|
||||
if path.starts_with("http://") || path.starts_with("https://") || path.starts_with("grpc://") {
|
||||
if path.starts_with("http://") || path.starts_with("https://") {
|
||||
return path.to_owned();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user