admin Yellowikis wrote:
I was hoping to use Spam Regex to prevent users making ANY external links from MediaWiki
something like this:
#Block external links: $wgSpamRegex = "/[*.*]$/";
But I can't get it to work...
You realise that this regexp would match ALL links, including internal ones, images etc.?