Hi everyone,
As a security, normal behavior in Contao for url (web or email addresses) is to hashe them in the source code.
In MM, I'm using a text attribute for email data. But in my model, if I write, the email address isn't hashed in the source code and is clearly visible.HTML Code:<a href="<?php echo $item['text']['my_email_attribute']; ?>>mail</a>
Is there a way ? Thanks.
Bookmarks