Fix handling keyservers configured with protocol prefix (#7295)
|^[a-z]://| matches only single-character protocol shortnames, to correctly exclude e.g. hkps:// the expression should be |^[a-z]+://| instead.
Fix handling keyservers configured with protocol prefix (#7295) Tags None Referenced Files None Subscribers None
Description
Details
|