Mercurial > p > roundup > code
diff CHANGES.txt @ 5190:89b1870b1bc9
Make url's in messages identified as http://... or https://...
have the rel="nofollow" attribute to reduce the value
of spamming public trackers.
Internal links: issue20 msg10 etc. won't have the nofollow attribute.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 25 Feb 2017 21:01:50 -0500 |
| parents | 4955963fa670 |
| children | fe52cab8f5b5 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Feb 25 17:48:46 2017 -0500 +++ b/CHANGES.txt Sat Feb 25 21:01:50 2017 -0500 @@ -424,6 +424,11 @@ - Add RejectRaw exception to allow unescaped HTML error messages to be displayed to the user (thanks Ezio Melotti for the initial patch) (John Kristensen) +- Add rel=nofollow to http and https url's in the body of messages. + This should reduce the value of a public roundup tracker to spammers. + References like issue20 or msg10 will hyperlink without + rel=nofollow so that robots can index them. Similar work was done + for the history display in roundup 1.5.0. (John Rouillard) Fixed:
