MediaWiki:Spam-whitelist: Difference between revisions

From Jcastle.info
No edit summary
No edit summary
Line 1: Line 1:
#<!-- leave this line exactly as it is --> <pre>
#</pre> <!-- leave this line exactly as it is -->
# Whitelisted shortlink domains and external sites
 
 
#<!-- leave this line exactly as it is --> <pre>
# External URLs matching this list will *not* be blocked even if they would
# have been blocked by block list 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


^https?://amzn\.to/[a-zA-Z0-9]+$
amzn\.to
^https?://youtu\.be/[a-zA-Z0-9_-]{11}$
^https?://youtu\.be/[a-zA-Z0-9_-]{11}$


#</pre> <!-- leave this line exactly as it is -->
#</pre> <!-- leave this line exactly as it is -->
 
 
#

Revision as of 11:32, 24 May 2025


#

# External URLs matching this list will *not* be blocked even if they would
# have been blocked by block list 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

amzn\.to
^https?://youtu\.be/[a-zA-Z0-9_-]{11}$

 #