1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

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

View File

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