Hi!
It is a known method for spammers to get e-mail addresses to automatically scan web pages for mailto-links. Does anyone know of a smart way to automatically guard against this in EPiServer? Currently we have to replace any mailto-links with a three line JavaScript to accomplish this, which is a bit to much work :)
Does anyone have a smart sollution for this?
Christian
I use a free HttpModule for this.
I needed to do some small changes to the code to make it just enscrypt the links on the website and not in the edit-mode.
http://www.dotnet2themax.com/ShowContent.aspx?ID=35efbee1-d8cd-4720-9eb2-83fc9a4033bb
/Tobias
www.etac.com
Hi,
Could you post the 3 lines of javascript code. After moving to EPiServer from another CMS we have problems with our current javascript, because the IIS translates it for us.