Add "tel:" to whitelist

This commit is contained in:
Till Krüss 2018-10-02 16:38:21 -07:00 committed by GitHub
parent 1829106e60
commit 3a0c964291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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