I was trying to search for a podcast called "HTTP 203". When I tried to search for this name I got a JavaScript error. Apparently it tried to literally do a http request.

Oops, yeah. That's a feature that allows pasting URLs into the search box. We should probably check for http:// and https:// instead of just http.
Thanks!!
Most helpful comment
Oops, yeah. That's a feature that allows pasting URLs into the search box. We should probably check for
http://andhttps://instead of justhttp.