1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-03 03:42:38 +02: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

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:',
);
#