Closed
Description
Hi,
Consider the input as
String input = html <a href='www.google.com' rel='nofollow'></a>
;
In my policy factory i have requireRelNofollowOnLinks() ON.
Expected output : html <a href='www.google.com' rel='nofollow'></a>
;
Actual output : html <a href="www.google.com" rel="nofollow" rel="nofollow"></a>
Sometimes it adds multiple rel="nofllow" which will result in more than 2 rel="follow" in single tag.
Thanks
Metadata
Metadata
Assignees
Labels
No labels