199
edits
(test) |
m (++) |
||
Line 1: | Line 1: | ||
#<!-- leave this line exactly as it is --> | #<!-- leave this line exactly as it is --> | ||
# 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> | |||
\b01bags\.com\b | \b01bags\.com\b | ||
\bmydrugdir\.com\b | \bmydrugdir\.com\b | ||
Line 14: | Line 14: | ||
</pre> | </pre> <!-- leave this line exactly as it is --> |
edits