When restricting (or better, allowing) a href I think it would make sense to have a facility to add attributes to filtered tags. For example, as with href, to be able to enforce adding the rel="nofollow" attribute to outbound links. ...As it so nicely demotivates spammers, although I hear many search-engines interpret (in a way) these links nevertheless.
As I see it, as of now, I would have to unleash another HTML::Parser run onto things already filtered by H::P in your module - or do it with some dirty regex, which is my current hotfix.
Please bear with me, I know, everyone hates people nagging with their wishlist stuff.
Great module, am using it all over. Thanks Olaf!
When restricting (or better, allowing) a href I think it would make sense to have a facility to add attributes to filtered tags. For example, as with href, to be able to enforce adding the rel="nofollow" attribute to outbound links. ...As it so nicely demotivates spammers, although I hear many search-engines interpret (in a way) these links nevertheless.
As I see it, as of now, I would have to unleash another HTML::Parser run onto things already filtered by H::P in your module - or do it with some dirty regex, which is my current hotfix.
Please bear with me, I know, everyone hates people nagging with their wishlist stuff.
Great module, am using it all over. Thanks Olaf!