1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-03 03:42:38 +02:00

Merge pull request #670 from tillkruss/patch-1

Add "tel:" to whitelist
This commit is contained in:
Aidan Woods
2018-10-14 21:48:40 +01:00
committed by GitHub

View File

@@ -107,6 +107,7 @@ class Parsedown
'ftp://',
'ftps://',
'mailto:',
'tel:',
'data:image/png;base64,',
'data:image/gif;base64,',
'data:image/jpeg;base64,',