checkuser, Administrators
2,635
edits
(testing removal of the mention of "secure") |
Zhuyifei1999 (talk | contribs) (broken regex) |
||
Line 1: | Line 1: | ||
# Syntax is as follows: | # Syntax is as follows: | ||
# * 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 | ||
<pre> | #<!-- leave this line exactly as it is --> <pre> | ||
\b01bags\.com\b | \b01bags\.com\b | ||
\bmydrugdir\.com\b | \bmydrugdir\.com\b | ||
Line 6,600: | Line 6,599: | ||
\bjalaramguru\.blogspot\.com\b | \bjalaramguru\.blogspot\.com\b | ||
\bguvenevim\.com\b | \bguvenevim\.com\b | ||
#</pre> <!-- leave this line exactly as it is --> | |||
</pre> <!-- leave this line exactly as it is --> |