Tor Kinlok wrote:
Is there any way to block both '<div' and 'overflow:\s*auto'?
We've been getting inundated with both.
oops, lets try again
$wgSpamRegex="/(<div|overflow:[ \t\n]*auto)/";
or did you mean:
$wgSpamRegex="/<div(([^>]|[^\]\>)+overflow:[ \t\n]*auto)+/";