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
Looking at https://url.spec.whatwg.org/ it says that a URL parser should "Remove any leading and trailing C0 control or space from input." We are currently stripping leading and trailing \s, but that's it. Should we be stripping out control characters as well?
The text was updated successfully, but these errors were encountered:
Looking at https://url.spec.whatwg.org/ it says that a URL parser should "Remove any leading and trailing C0 control or space from input." We are currently stripping leading and trailing
\s
, but that's it. Should we be stripping out control characters as well?The text was updated successfully, but these errors were encountered: