HomePhorge

Fix handling keyservers configured with protocol prefix (#7295)

Description

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.

Details

Provenance
dessert1 <2664162+dessert1@users.noreply.github.com>Authored on Mar 20 2020, 6:12 PM
GitHub <noreply@github.com>Committed on Mar 20 2020, 6:12 PM
mollekopfPushed on Aug 21 2023, 3:06 PM
Parents
R3:3d4a02a3a638: Fix bug where multiple images in a message were replaced by the first one on…
Branches
Unknown
Tags
Unknown

Event Timeline