mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-05 12:32:37 +02:00
add more protocols to the whitelist
This commit is contained in:
@@ -93,6 +93,14 @@ class Parsedown
|
|||||||
'data:image/png;base64,',
|
'data:image/png;base64,',
|
||||||
'data:image/gif;base64,',
|
'data:image/gif;base64,',
|
||||||
'data:image/jpeg;base64,',
|
'data:image/jpeg;base64,',
|
||||||
|
'irc:',
|
||||||
|
'ircs:',
|
||||||
|
'git:',
|
||||||
|
'ssh:',
|
||||||
|
'ftp:',
|
||||||
|
'ftps:',
|
||||||
|
'news:',
|
||||||
|
'steam:',
|
||||||
);
|
);
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user