MediaWiki:Spam-whitelist: Difference between revisions

From Jcastle.info
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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
 
amzn\.to
youtu\.be/[a-zA-Z0-9_-]{11}$


^https?://amzn\.to/[a-zA-Z0-9]+$
#</pre> <!-- leave this line exactly as it is -->
^https?://youtu\.be/[a-zA-Z0-9_-]{11}$


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

Latest revision as of 11:33, 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
youtu\.be/[a-zA-Z0-9_-]{11}$

 #