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
In some case a text contains HTML.
It would be unsafe when it comes from a user as it would permit XSS injection.
However when the text comes from a safe place, it would be handy to allow HTML content.
However I'm not aware of a way to declare text as safe html.
The solution I found is to create a component to include as child:
In some case a text contains HTML.
It would be unsafe when it comes from a user as it would permit XSS injection.
However when the text comes from a safe place, it would be handy to allow HTML content.
However I'm not aware of a way to declare text as safe html.
The solution I found is to create a component to include as child:
and then use it in my component:
The text was updated successfully, but these errors were encountered: