Difference between revisions of "MediaWiki:Spam-whitelist"
Jump to navigation
Jump to search
(Create whitelist to fix buggy blacklist SpamBlacklist) |
(replace "is\.gd" & "www\.google\.com" with "videolan\.org" & "example\.com") |
||
(One intermediate revision by the same user not shown) | |||
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 | ||
+ | |||
+ | videolan\.org | ||
+ | example\.com | ||
+ | |||
+ | #</pre> <!-- leave this line exactly as it is --> |
Latest revision as of 09:35, 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 videolan\.org example\.com #