Last modified: 2011-04-14 15:11:35 UTC
Special:Linksearch should default to all protocols instead of just http. This quirk is not documented anywhere, especially in the default [[MediaWiki:Linksearch-text]]. As it stands, this allows linkspammers to evade scrutiny by placing https links. Example query: [[Special:Linksearch/*.spam.example.com]] should pick up the link to https://spam.example.com/blah I placed in my personal sandbox, but I have to search [[Special:Linksearch/https://*.spam.example.com]] to pick up this link.
Currently you'd have to do separate queries for every possible protocol, and paging the list wouldn't be cleanly possible. To work cleanly, another index field would have to be added to the externallinks table which doesn't include the protocol.
Extensions is now part of MediaWiki core (1.14alpha) -> changing product and component