Joseph Brennan wrote:
Thanks, Mouss and Matt.
So a uri regexp will match a "http://" that is not there. OK, well...
SA tries to check based on what MUAs do. if you write
"please visit www.example.com"
then so-called "modern" MUAs will highlight www.example.com and if you
bring your mouse over it, you'll see that it points to
http://www.example.com.
even in the browser address bar, you can omit the "http://" part (it is
the default "scheme" for URIs).
While this is sometimes annoying (and/or surprising), it works as
intended most of the time. and this is what really matters.