MediaWiki:Spam-blacklist: Difference between revisions
Jump to navigation
Jump to search
imported>Dinoguy1000 (note where most of the blacklist comes from) |
imported>Dinoguy1000 (add a few rules) |
||
| Line 2: | Line 2: | ||
# This list affects only this wiki; refer also to the global blacklist. | # This list affects only this wiki; refer also to the global blacklist. | ||
# For documentation see http://www.mediawiki.org/wiki/Extension:SpamBlacklist | # For documentation see http://www.mediawiki.org/wiki/Extension:SpamBlacklist | ||
# | |||
# the following blacklists are loaded in addition to this one: | |||
# * http://meta.wikimedia.org/wiki/Spam_blacklist | |||
# * http://en.wikipedia.org/wiki/MediaWiki:Spam-blacklist | |||
# | |||
# 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 | |||
#<!-- leave this line exactly as it is --> <pre> | #<!-- leave this line exactly as it is --> <pre> | ||
# | |||
# | # Words | ||
coffee | |||
coupon | |||
hairgrow | |||
# URLs | |||
\b\.co\.cc\b | |||
\b\.pl\b | |||
\b\.tk\b | |||
#</pre> <!-- leave this line exactly as it is --> | #</pre> <!-- leave this line exactly as it is --> | ||
Revision as of 00:12, 19 January 2012
# 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 # # the following blacklists are loaded in addition to this one: # * http://meta.wikimedia.org/wiki/Spam_blacklist # * http://en.wikipedia.org/wiki/MediaWiki:Spam-blacklist # # 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
#
# Words coffee coupon hairgrow # URLs \b\.co\.cc\b \b\.pl\b \b\.tk\b #