MediaWiki:Captcha-addurl-whitelist: Difference between revisions
Jump to navigation
Jump to search
(Create URL whitelist that will prevent CAPTCHA from popping up for links to here or slashdot.) |
(Add wikimedia.org.) |
||
(3 intermediate revisions by the same user not shown) | |||
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 | ||
\bsoylentnews\.org | \bsoylentnews\.org | ||
\bslashdot\.org | \bslashdot\.org | ||
\bwikipedia\.org | |||
\bmediawiki\.org | |||
\bwikimedia\.org | |||
#</pre> <!-- leave this line exactly as it is --> |
Latest revision as of 13:38, 17 March 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 \bwikipedia\.org \bmediawiki\.org \bwikimedia\.org #