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, 7:12 PM
machniakCommitted on Mar 20 2020, 7:14 PM
mollekopfPushed on Nov 8 2023, 5:08 PM
Parents
R113:734f97511aaa: Fix bug where multiple images in a message were replaced by the first one on…
Branches
Loading...
Tags
Loading...
Build Status
Buildable 45202