Difference between revisions of "MediaWiki:Spam-blacklist"

From Mudlet
Jump to navigation Jump to search
(trying out link-vetting.)
Line 18: Line 18:
  
 
# not ideal for performance, blocks all links.  
 
# not ideal for performance, blocks all links.  
.+  
+
\b.+\..+\b
  
 
#</pre> <!-- leave this line exactly as it is -->
 
#</pre> <!-- leave this line exactly as it is -->

Revision as of 06:01, 9 May 2018

###########################################################################
# DO NOT MODIFY THIS LIST UNLESS YOU HAVE A BASIC UNDERSTANDING OF REGEX! #
###########################################################################
#
# This is a list of domain names which are blocked - nobody can add new links to these domains
# Guidelines:
#    - Only blacklist for widespread, unmanageable spam.
#    - To disable an entry, *remove* it, don't comment it out. **Please log changes and removals**.
#    - Add entries or their removal to the log.
#    - Snippet for logging: {{sbl-diff|4474}}
# 
# Syntax:
#    - 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
#

#


# not ideal for performance, blocks all links. 
\b.+\..+\b 

#