You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the inclusion of the safe_email Twig filter! I realize that it's no bullet proof method for protecting from email harvesters, but strengthening it somewhat would still feel good.
Maybe taking a cue from WordPress is a good idea here, the antispambot function encodes random parts of the address as HTML entities (both decimal encoding and hex encoding) and other parts as their default character representation.
The text was updated successfully, but these errors were encountered:
I really like the inclusion of the
safe_email
Twig filter! I realize that it's no bullet proof method for protecting from email harvesters, but strengthening it somewhat would still feel good.Maybe taking a cue from WordPress is a good idea here, the antispambot function encodes random parts of the address as HTML entities (both decimal encoding and hex encoding) and other parts as their default character representation.
The text was updated successfully, but these errors were encountered: