Mercurial > p > roundup > code
diff CHANGES.txt @ 6283:ab2f0f13a4a6
Commit CHANGES.txt for issue2551098 - rel="nofollow" for markdown2
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 31 Oct 2020 14:54:46 -0400 |
| parents | 6ed5152a92d0 |
| children | 3f7538316724 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Oct 31 14:51:16 2020 -0400 +++ b/CHANGES.txt Sat Oct 31 14:54:46 2020 -0400 @@ -63,6 +63,11 @@ - issue2551096 - enable markdown autolink for email and bare url's. Modify raw markdown adding appropriate link markers on the fly. (Cedric Krier) +- issue2551098 - add rel="nofollow" for links generated by markdown2 + backend and rel="nofollow noopener" for mistune and markdown + backends. Prevents link spam. noopener prevents security issue when + available. (John Rouillard) + 2020-07-13 2.0.0
