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
I'm using Sanitize.fragment(str) to sanitize, but --safe-methods=Sanitize.fragment does not work, I have to decay this into --safe-methods=fragment. But I feel less secure this way.
It would be nice to have richer means to specify the safe methods.
Cheers!
The text was updated successfully, but these errors were encountered:
Hi,
I'm using
Sanitize.fragment(str)
to sanitize, but--safe-methods=Sanitize.fragment
does not work, I have to decay this into--safe-methods=fragment
. But I feel less secure this way.It would be nice to have richer means to specify the safe methods.
Cheers!
The text was updated successfully, but these errors were encountered: