MediaWiki:Spam-whitelist

From Minto Wiki
Revision as of 00:28, 14 May 2025 by Minto (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. External URLs matching this list will *not* be blocked even if they would
  2. have been blocked by block list entries.
  3. Syntax is as follows:
  4. * Everything from a "#" character to the end of the line is a comment
  5. * Every non-blank line is a regex fragment which will only match hosts inside URLs
  6. === Whitelisted domains ===
  7. Allow YouTube short links

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

  1. Add additional domains below, one per line, following the same pattern.