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
commit 69163d6e88
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,',