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:
parent
054ba3c487
commit
dc30cb441c
@ -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:',
|
||||
);
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user