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
Thanks for this module, it's very useful to have it wrapped up.
I see the sanitize() function is very conservative and strips a lot from the html. I'm wondering how to relax this a little so http/https urls can be included in href attributes in links, and src attributes in img tags.
I expect this is a common thing people might want to do, so having it documented would be helpful.
The text was updated successfully, but these errors were encountered:
Thanks for this module, it's very useful to have it wrapped up.
I see the sanitize() function is very conservative and strips a lot from the html. I'm wondering how to relax this a little so http/https urls can be included in href attributes in links, and src attributes in img tags.
I expect this is a common thing people might want to do, so having it documented would be helpful.
The text was updated successfully, but these errors were encountered: