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
As a follow-up to this previous issue, I would like to suggest adding .trim() to our automated sanitization of anchor tag input through WYSIWYG.
An issue that comes up now and then is that an editor will paste in a URL with a trailing space, and will trigger the invalid link error. Automatically trimming such inputs would be safe and helpful in such scenarios
The text was updated successfully, but these errors were encountered:
As a follow-up to this previous issue, I would like to suggest adding
.trim()
to our automated sanitization of anchor tag input through WYSIWYG.An issue that comes up now and then is that an editor will paste in a URL with a trailing space, and will trigger the
invalid link
error. Automatically trimming such inputs would be safe and helpful in such scenariosThe text was updated successfully, but these errors were encountered: