In a recent question I was answering, I had used localhost and your.domain.tld as examples for a user with regards to RWW and OWA. However, I had to obfuscate the URL (think I put brackets around the colon) as I had exceeded the number of links permitted for my current rank.

Could we modify the parser to have a "whitelist" of URLs like 'localhost' or '127.0.0.1' and possibly anything ending in .local?

link|improve this question
5  
As they're not real links I think they should be excluded. – ChrisF Jul 16 '09 at 12:43
feedback

2 Answers

up vote 14 down vote accepted

Maybe "example.com", (and example.net, example.local, etc) since that's the domain that's actually reserved for this purpose.

link|improve this answer
maybe the .local TLD as well... – Rowland Shaw Jul 16 '09 at 12:44
Is it really reserved? By whom? IEEE? Or do you mean just at SF/SO. Curious... – gravyface Jul 16 '09 at 12:44
Wow, I just went to example.com and have never seen that before. That's great. I thought for sure some squatters owned that. – gravyface Jul 16 '09 at 12:46
2  
Yep, there's actually an RFC about this. – Popular Demand Dec 17 '11 at 22:40
feedback

Try formatting them as code using backticks, e.g. http://localhost.

In addition to not counting against the link limit, it also prevents them from rendering as links in the first place, which is nice (they wouldn't link to anywhere useful anyway).

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged