• Resolved icydog

    (@icydog)


    In v2.0.1, [eeb_mailto] doesn’t actually protect the email.

    Steps:

    1. In plugin settings, choose either “WordPress filters” or “Don’t do anything” (not “Full-page scan”)
    2. Use eeb_mailto on a WordPress post: [eeb_mailto email="foobar@example.com"]
    3. View source of the generated page:

    <span id="eeb-201968-515980"></span><script type="text/javascript">(function(){var ml="n2oAiCr4etfxlbh%acD-ksm.pE3F0",mi="?J5@?1L>68:?JB?11F@4<92?J3:22=@6?7L8;@FH<8GA2F?11?1L?1LA<@EE?JB?11F@4<C<40D?11?JI:22=@6?7L8;@FH<8GA2F?J5?1K@?JI",o="";for(var j=0,l=mi.length;j<l;j++){o+=ml.charAt(mi.charCodeAt(j)-48);}document.getElementById("eeb-201968-515980").innerHTML = decodeURIComponent(o);}());</script><noscript>foobar@example.com</noscript>

    (I’m not sure if that shows up properly. The issue is that it includes the foobar@example.com email address verbatim inside noscript tags.)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ironikus

    (@ironikus)

    Hey @icydog – thank you a lot for your message and for mentioning this issue.
    It was indeed a bug and I created a fix, which will be included within the next version.
    To already provide you a temporary fix, you can include the “display” attribute within the shortcode.

    Set it to, e.g. the following:
    [eeb_mailto email="foobar@example.com" display="*protection text*"]
    This will show the protection text within the noscript tag.

    If you have any further question, please let me know.

    Thread Starter icydog

    (@icydog)

    Thanks for the quick response! This workaround doesn’t work because the “protection text” will be rendered as the link text even when Javascrpt is enabled. For now I can use [eeb_content] until the fix it out.

    Plugin Author Ironikus

    (@ironikus)

    HEy @icydog – I just wanted to inform you that we pushed our newest version.
    In case you have any questions, please let me know.

    Thread Starter icydog

    (@icydog)

    Thank you so much!

    Plugin Author Ironikus

    (@ironikus)

    @icydog – you are very welcome! 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘v2.0.1: eeb_mailto doesn’t actually protect email’ is closed to new replies.