MediaWiki:Captcha-addurl-whitelist: Difference between revisions

From SoylentNews
Jump to navigation Jump to search
(Create URL whitelist that will prevent CAPTCHA from popping up for links to here or slashdot.)
 
(Oops, I think they need to be in the <pre></pre>.)
Line 3: Line 3:
#  * 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
#  * 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
#</pre> <!-- leave this line exactly as it is -->


\bsoylentnews\.org
\bsoylentnews\.org
\bslashdot\.org
\bslashdot\.org
#</pre> <!-- leave this line exactly as it is -->

Revision as of 00:45, 11 February 2014

#

# 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

\bsoylentnews\.org
\bslashdot\.org
 #