Hi Guys.
I want to add more protocols to the URL-BB Code Tag like ed2k:// or meta://.
I look in
so i add my wanted protocol's
but if i add a ed2k:// link the Renderer will change it to http://ed2k//
i search in the html.php file for some functions but i'm not a code so i dont now how to change to get it work.
i hope someone can help me
Greets
I want to add more protocols to the URL-BB Code Tag like ed2k:// or meta://.
I look in
/src/XF/BbCode/Renderer/Html.php
an found protected $allowedUrlProtocolRegex = '#^(https?|ftp)://#i';
so i add my wanted protocol's
protected $allowedUrlProtocolRegex = '#^(https?|ftp|ed2k|meta)://#i';
but if i add a ed2k:// link the Renderer will change it to http://ed2k//
i search in the html.php file for some functions but i'm not a code so i dont now how to change to get it work.
i hope someone can help me
Greets