linkifyjs
linkifyjs copied to clipboard
Linkify html converts < to <
Linkify converts <to < by default.
Our server sends html but sanitise script tags by replacing < with < This so we can render the html as html but only display scripts as texts instead of xxs ourself. But with latest linkify-html v3 it converts < to <which creates a functional script tag. I don't see any working option to ignore < or am i missing something?
Example replit