MediaWiki:Spam-whitelist: Difference between revisions

From Jcastle.info
(Created page with " #<!-- 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 #</pre> <!-- leave this line exactly as it is --> #")
 
No edit summary
Line 1: Line 1:
#<!-- leave this line exactly as it is --> <pre>
#<!-- leave this line exactly as it is --> <pre>
# External URLs matching this list will *not* be blocked even if they would
# Whitelisted shortlink domains and external sites
# 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?://amzn\.to/[a-zA-Z0-9]+$
^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:24, 24 May 2025

  1. Whitelisted shortlink domains and external sites

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