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

add more protocols to the whitelist

This commit is contained in:
Aidan Woods 2017-05-05 21:32:27 +01:00
parent 054ba3c487
commit dc30cb441c
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -93,6 +93,14 @@ class Parsedown
'data:image/png;base64,',
'data:image/gif;base64,',
'data:image/jpeg;base64,',
'irc:',
'ircs:',
'git:',
'ssh:',
'ftp:',
'ftps:',
'news:',
'steam:',
);
#