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
When a link is parsed the href is set without trimming surrounding spaces, which can lead to hrefs that look like %09http://... and thus not loading correctly when rendered as HTML.
When a link is parsed the
hrefis set without trimming surrounding spaces, which can lead tohrefs that look like%09http://...and thus not loading correctly when rendered as HTML.