diff --git a/src/Models/ContentSanitiser.php b/src/Models/ContentSanitiser.php index 991046d..1b46237 100644 --- a/src/Models/ContentSanitiser.php +++ b/src/Models/ContentSanitiser.php @@ -72,7 +72,7 @@ public static function generateConfig() : array { 'Core.Encoding' => 'UTF-8', 'HTML.AllowedElements' => self::getAllowedHTMLTagsAsArray(), 'HTML.AllowedAttributes' => ['href'], - 'URI.AllowedSchemes' => ['http','https'], + 'URI.AllowedSchemes' => ['http','https','mailto','callto'], 'Attr.ID.HTML5' => true ]; }