From Fedora Project Wiki
(try again) |
(try this) |
||
(4 intermediate revisions by the same 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 | ||
# We trust these sites to not be spammy: | # We trust these sites to not be spammy: | ||
bugzilla\.redhat\.com | |||
fedorahosted\.org | fedorahosted\.org | ||
fedorapeople\.org | fedorapeople\.org | ||
fedoraproject\.org | |||
mediawiki\.org | |||
redhat\.com | redhat\.com | ||
timeanddate\.com | |||
webchat\.freenode\.net | |||
wiki\.sugarlabs\.org | |||
#</pre> <!-- leave this line exactly as it is --> | #</pre> <!-- leave this line exactly as it is --> |
Latest revision as of 20:59, 23 September 2014
#
# 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 # We trust these sites to not be spammy: bugzilla\.redhat\.com fedorahosted\.org fedorapeople\.org fedoraproject\.org mediawiki\.org redhat\.com timeanddate\.com webchat\.freenode\.net wiki\.sugarlabs\.org #