Difference between revisions of "MediaWiki:Spam-whitelist"
Jump to navigation
Jump to search
(Create whitelist to fix buggy blacklist SpamBlacklist) |
(copy (verbatim) of https://www.mediawiki.org/w/index.php?title=MediaWiki:Spam-whitelist&oldid=536748) |
||
Line 1: | Line 1: | ||
− | + | # External URLs matching this list will *not* be blocked even if they would | |
+ | # have been blocked by blacklist entries. | ||
+ | # For documentation see http://www.mediawiki.org/wiki/Extension:SpamBlacklist | ||
+ | #<!-- leave this line exactly as it is --> <pre> | ||
+ | # | ||
+ | # 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 | ||
+ | |||
+ | is\.gd | ||
+ | www\.google\.com | ||
+ | |||
+ | #</pre> <!-- leave this line exactly as it is --> |
Revision as of 09:28, 18 February 2015
# External URLs matching this list will *not* be blocked even if they would # have been blocked by blacklist entries. # 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 is\.gd www\.google\.com #