google / eDistantObject

eDistantObject (eDO) - Remote invocation library for iOS
Apache License 2.0
174 stars 36 forks source link

Always allow protocol in blocklist check. #251

Closed copybara-service[bot] closed 2 years ago

copybara-service[bot] commented 2 years ago

Always allow protocol in blocklist check.

protocol is passed-by-value in special way, so add extra checks in the blocklist implementation to allow it.