Difference between revisions of "MediaWiki:Captcha-addurl-whitelist"

From Sugar Labs
Jump to navigation Jump to search
(Created page with " #<!-- leave this line exactly as it is --> <pre> # Syntax is as follows: # * Everything from a "#" character to the end of the line is a comment # * Every non-blank line...")
 
 
Line 5: Line 5:
  
 
# All links to SugarLabs subdomains are OK
 
# All links to SugarLabs subdomains are OK
^.*\.sugarlabs\.org
+
\.sugarlabs\.org
  
 
# Links to SugarLabs github repos are good
 
# Links to SugarLabs github repos are good
^github\.com/sugarlabs
+
github\.com/sugarlabs
 
  #</pre> <!-- leave this line exactly as it is -->
 
  #</pre> <!-- leave this line exactly as it is -->

Latest revision as of 19:20, 1 May 2015

#

# 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

# All links to SugarLabs subdomains are OK
\.sugarlabs\.org

# Links to SugarLabs github repos are good
github\.com/sugarlabs
 #