Difference between revisions of "MediaWiki:Captcha-addurl-whitelist"
Jump to navigation
Jump to search
Skilgannon (talk | contribs) (Allow adding URLs to Roborumble participants pages without CAPTCHA) |
m (whitelist google drive, wikipedia etc.) |
||
(2 intermediate revisions by one other user not shown) | |||
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 | ||
− | \ | + | |
+ | \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 | ||
+ | |||
+ | |||
#</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 #