Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Captcha-addurl-whitelist: Difference between revisions

MediaWiki interface page
Whitelisting important domains.
 
m Fixed
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
#<!-- leave this line exactly as it is --> <pre>
# Syntax is as follows:
# Syntax is as follows:
#  * Everything from a "#" character to the end of the line is a comment
#  * Everything from a "#" character to the end of the line is a comment
Line 19: Line 20:
#  * Every non-blank line is a regex fragment which will only match hosts inside URLs
#  * Every non-blank line is a regex fragment which will only match hosts inside URLs
#  
#  
\bmcchampionship\.com        # All MC Championship links
\bmcchampionship\.com        # All MC Championship links  
\bmccisland\.net            # All MCC Island links
\bmccisland\.net            # All MCC Island links  
\bnoxcrew\.com              # All Noxcrew links
\bnoxcrew\.com              # All Noxcrew links  
 
#</pre> <!-- leave this line exactly as it is -->

Latest revision as of 22:24, 3 October 2023

#
# 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
# 
# -----------------------------------------------------------------------------
# PLEASE DO NOT MODIFY THIS LIST UNLESS YOU HAVE A BASIC UNDERSTANDING OF REGEX
# -----------------------------------------------------------------------------
# PLEASE DO NOT MODIFY THIS LIST WITHOUT CONTACTING ADMINS
# -----------------------------------------------------------------------------
# 
# This MediaWiki page is used by Extension:ConfirmEdit. More details, 
# including usage, may be found at [[mediawikiwiki:Extension:ConfirmEdit]]
# 
# The Sites and URLs contained in this list may be entered by users
# without having to enter a CAPTCHA. These may be known good sites.
# 
# 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
# 
\bmcchampionship\.com        # All MC Championship links 
\bmccisland\.net             # All MCC Island links 
\bnoxcrew\.com               # All Noxcrew links 

 #