Difference between revisions of "MediaWiki:Spam-blacklist"
(prevent any pages that link to .com addresses from being saved -- yes, this is exteme, but we're facing a deluge right now; I'll turn it off in a day or so...) |
(block all the GTLDs (.com, .org, .net, .info) -- yes, I know this has horrific collateral damage.) |
||
Line 10: | Line 10: | ||
\.ru/[0123456789]+ | \.ru/[0123456789]+ | ||
\.com | \.com | ||
+ | \.org | ||
+ | \.net | ||
+ | \.info | ||
#</pre> <!-- leave this line exactly as it is --> | #</pre> <!-- leave this line exactly as it is --> |
Revision as of 17:36, 6 July 2009
# External URLs matching this list will be blocked when added to a page. # This list affects only this wiki; refer also to the global blacklist. # For documentation see http://www.mediawiki.org/wiki/Extension:SpamBlacklist
#
# # Syntax is as follows: # * Everything from a "#" character to the end of the line is a comment # * Every non-blank line is a regex fragment which will only match hosts inside URLs \.ru/[0123456789]+ \.com \.org \.net \.info #