Difference between pages "Thread:Robowiki talk:About/Migration and upgrade/reply (23)" and "MediaWiki:Captcha-addurl-whitelist"

From Robowiki
(Difference between pages)
Jump to navigation Jump to search
 
(Allow adding URLs to Roborumble participants pages without CAPTCHA)
 
Line 1: Line 1:
It is probably not big issue, but every regular will see captcha when updates the participants page. This is when I experienced it.
+
#<!-- 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 is a regex fragment which will only match hosts inside URLs
 +
\w+\/Participants\/\w+
 +
#</pre> <!-- leave this line exactly as it is -->

Revision as of 20:07, 21 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
\w+\/Participants\/\w+
 #