Difference between revisions of "MediaWiki:Spam-whitelist"

From RimWorld Wiki
Jump to navigation Jump to search
m
m
Line 6: Line 6:
 
#  * Everything from a "#" character to the end of the line is a comment
 
#  * 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
 
#  * Every non-blank line is a regex fragment which will only match hosts inside URLs
tynansylvester\.
+
\btynansylvester\.com\b
rimworldwiki\.
+
\brimworldwiki\.com\b
rimworldgame\.
+
\brimworldgame\.com\b
ludeon\.
+
\bludeon\.com\b
youtube\.
+
\byoutube\.com\b
twitter\.
+
\btwitter\.com\b
reddit\.
+
\breddit\.com\b
bay12forums\.
+
\bbay12forums\.com\b
indiedb\.
+
\bindiedb\.com\b
 
  #</pre> <!-- leave this line exactly as it is -->
 
  #</pre> <!-- leave this line exactly as it is -->

Revision as of 20:54, 13 December 2013

#

# External URLs matching this list will *not* be blocked even if they would
# have been blocked by blacklist entries.
#
# 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
\btynansylvester\.com\b
\brimworldwiki\.com\b
\brimworldgame\.com\b
\bludeon\.com\b
\byoutube\.com\b
\btwitter\.com\b
\breddit\.com\b
\bbay12forums\.com\b
\bindiedb\.com\b
 #