Difference between revisions of "MediaWiki:Captcha-addurl-whitelist"
Jump to navigation
Jump to search
Skilgannon (talk | contribs) (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 | ||
− | \ | + | \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 #