https://bugzilla.wikimedia.org/show_bug.cgi?id=31256
Daniel Friesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mediawiki-bugs@nadir-seen-f | |ire.com --- Comment #11 from Daniel Friesen <[email protected]> 2011-11-23 04:16:39 UTC --- Hmmm... adding $wgAntiSpoofBlacklist as a feature sounds like a good feature addition. However I don't know about adding the default list of characters to it. Those seam like characters we absolutely don't want to see, not ones that should suddenly start working if someone happens to use `$wgAntiSpoofBlacklist = array( ':' );` inside their config emptying out the original array's contents. How about keeping that built in character list as it is, but adding the $wg stuff in addition to it. Either by merging them together or duplicating the test. Or is there a good reason people would want to purposefully remove the default rules? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
