MediaWiki:Spam-whitelist: Difference between revisions

From Minto Wiki
Jump to navigation Jump to search
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 # # === Whitelisted domains === # Allow YouTube short links \b(?:youtu\.be)\b # # Add additional domains below, one per..."
 
Replaced content with "\b(?:youtu\.be)\b"
Tag: Replaced
 
Line 1: Line 1:
#<!-- 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
#
# === Whitelisted domains ===
# Allow YouTube short links
\b(?:youtu\.be)\b
\b(?:youtu\.be)\b
#
# Add additional domains below, one per line, following the same pattern.
#</pre> <!-- leave this line exactly as it is -->

Latest revision as of 00:28, 14 May 2025

\b(?:youtu\.be)\b