Hi guys,
I'm trying to protect email addresses in my website and I already red the DOC at http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.emailProtection
The problem is that I also want to encode the anchor value.
Example:
<a href="mailto:...">foo.bar@example.com</a>
The href attribute is correctly encoded, but there isn't any protection on the anchor value (foo.bar@example.com).
I'm asking, because the rails helper protecting emails also encode the anchor value, unfortunately I cannot use that helper since I'm using ckeditor and content is served as is inserted.
Many thanks for your help,
Mauro