Jump to content

MediaWiki:Captcha-addurl-whitelist: Difference between revisions

From Sugar Labs
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..."
 
No edit summary
 
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 18: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
 #