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

From Robowiki
Jump to navigation Jump to search
(Whitelist host URLs, not wiki pages)
m (whitelist google drive, wikipedia etc.)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
#  * 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
  
\literumble\.appspot\.com
+
\bliterumble\.appspot\.com
\.jar
+
\bgithub\.com
\docs\.google\.com
+
\bdocs\.google\.com
\sites\.google\.com
+
\bsites\.google\.com
\dl\.dropboxusercontent\.com
+
\bdrive\.google\.com
\robocode-archive\.strangeautomata\.com
+
\bdl\.dropboxusercontent\.com
 +
\brobocode-archive\.strangeautomata\.com
 +
 
 +
 
 +
\bwikipedia\.org        # All language versions of Wikipedia
 +
\bwikimedia\.org        # All Wikimedia-related sites
 +
 
  
 
  #</pre> <!-- leave this line exactly as it is -->
 
  #</pre> <!-- leave this line exactly as it is -->

Latest revision as of 09:42, 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

\bliterumble\.appspot\.com
\bgithub\.com
\bdocs\.google\.com
\bsites\.google\.com
\bdrive\.google\.com
\bdl\.dropboxusercontent\.com
\brobocode-archive\.strangeautomata\.com


\bwikipedia\.org        # All language versions of Wikipedia
\bwikimedia\.org        # All Wikimedia-related sites


 #