You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
js xss supports whitelist and this option looks good to allow style attribute on a span tag.
So I will add another option parameter to bind js xss option on this weekend then you can pass style attribute with span tag on this parameter as whitelist. Thanks 😊
Hey!
Can you please add attributes like style to the whiteList of the XSS package?
vue-3-linkify/src/main.ts
Line 7 in 9b608af
Right now your linkify directive filtering attributes like this out:
<span style="text-decoration: underline">Underline</span>
What is your opinion?
Thanks for your work!
Cheers Chris :)
The text was updated successfully, but these errors were encountered: