phanan / vue-linkify

A simple Vue directive to turn URL's and emails into clickable links
83 stars 16 forks source link

Does this support linkify-string? #1

Open Cristy94 opened 7 years ago

Cristy94 commented 7 years ago

How can I use the directive so HTML is escaped like here: http://soapbox.github.io/linkifyjs/docs/linkify-string.html ?

antoniojps commented 7 years ago

I second this, this directive is for the most part useless if it also parses html, by using this directive as it is you are basically making your website vulnerable to at least html injection.