From c1467a72b14ff879bddceffa2682a70a24a056ac Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Thu, 12 Feb 2026 19:35:21 +0300 Subject: [PATCH] Revert "+ can use mid: URL scheme in markdown links (GH-126)" This reverts commit 1c86b1f60619611b44d20a4133ebffef8c05cfea. --- src/includes/markup.parsedown.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/includes/markup.parsedown.php b/src/includes/markup.parsedown.php index 2ad659b..26b8be4 100644 --- a/src/includes/markup.parsedown.php +++ b/src/includes/markup.parsedown.php @@ -40,9 +40,6 @@ class MTTParsedown extends Parsedown $this->InlineTypes['#'][]= 'TaskId'; $this->inlineMarkerList .= '#'; - - // Allow RFC2392 Message-ID URI scheme in links - $this->safeLinksWhitelist[] = 'mid:'; } public function setToExternal(bool $v)