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
But the forward slashes, in itself, does not trigger any character escaping.
I can make a PR if there is a consensus on the solution. Personally, I'd like to pass a parameter to skip all checks for dangerous strings and skip all character replacing somehow.
When updating a string value with forward slashes, the resulting string escapes the forward slashes unnecessarily:
My current workaround is to modify the resulting string:
It would be nice to customize that behaviour.
The text was updated successfully, but these errors were encountered: