MediaWiki:Captcha-addurl-whitelist
From FedoraProject
(Difference between revisions)
(add us some whitelist) |
(try again) |
||
| 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 | ||
| − | + | # We trust these sites to not be spammy: | |
| − | + | ||
| − | # We trust these sites to not be spammy | + | |
| − | + | ||
fedorahosted\.org | fedorahosted\.org | ||
fedorapeople\.org | fedorapeople\.org | ||
redhat\.com | redhat\.com | ||
| + | #</pre> <!-- leave this line exactly as it is --> | ||
Revision as of 14:46, 14 August 2012
## 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 # We trust these sites to not be spammy: fedorahosted\.org fedorapeople\.org redhat\.com #