MediaWiki:Spam-whitelist: Difference between revisions

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.
No edit summary
No edit summary
Line 6: Line 6:
#  * 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
 
\.edu(?:[:\/]|$)
\.gov(?:[:\/]|$)
justia\.com(?:[:\/]|$)
lsac\.org(?:[:\/]|$)
findlaw\.com(?:[:\/]|$)
lawweekly\.org(?:[:\/]|$)
iclrs\.org(?:[:\/]|$)
utahbar\.org/(?:[:\/]|$)
newsobserver\.com(?:[:\/]|$)
ilrg\.com(?:[:\/]|$)
usnews\.com(?:[:\/]|$)
princetonreview\.com(?:[:\/]|$)
nationaljurist\.com(?:[:\/]|$)
leiterrankings\.com(?:[:\/]|$)
  #</pre> <!-- leave this line exactly as it is -->
  #</pre> <!-- leave this line exactly as it is -->
justia\.com

Revision as of 16:29, January 3, 2020

#

# External URLs matching this list will *not* be blocked even if they would
# have been blocked by blacklist entries.
#
# 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
\.edu(?:[:\/]|$)
\.gov(?:[:\/]|$)
justia\.com(?:[:\/]|$)
lsac\.org(?:[:\/]|$)
findlaw\.com(?:[:\/]|$)
lawweekly\.org(?:[:\/]|$)
iclrs\.org(?:[:\/]|$)
utahbar\.org/(?:[:\/]|$)
newsobserver\.com(?:[:\/]|$)
ilrg\.com(?:[:\/]|$)
usnews\.com(?:[:\/]|$)
princetonreview\.com(?:[:\/]|$)
nationaljurist\.com(?:[:\/]|$)
leiterrankings\.com(?:[:\/]|$)
 #