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

From Robowiki
Jump to navigation Jump to search
(Allow adding URLs to Roborumble participants pages without CAPTCHA)
 
(Whitelist host URLs, not wiki pages)
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
\w+\/Participants\/\w+
+
 
 +
\literumble\.appspot\.com
 +
\.jar
 +
\docs\.google\.com
 +
\sites\.google\.com
 +
\dl\.dropboxusercontent\.com
 +
\robocode-archive\.strangeautomata\.com
 +
 
 
  #</pre> <!-- leave this line exactly as it is -->
 
  #</pre> <!-- leave this line exactly as it is -->

Revision as of 09:01, 25 April 2020

#

# 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

\literumble\.appspot\.com
\.jar
\docs\.google\.com
\sites\.google\.com
\dl\.dropboxusercontent\.com
\robocode-archive\.strangeautomata\.com

 #