CF-Hash attribute and script mysteriously added to mailto links

后端 未结 4 1274
忘掉有多难
忘掉有多难 2020-12-21 23:28

I have a development site and production site:

I have a mailto email link at the bottom, the php source code is ex

4条回答
  •  温柔的废话
    2020-12-21 23:51

    CloudFlare obfuscates your email address by default. If you want to ignore obfuscation for a email, just wrap them in HTML comment tags like this. CloudFlare will ignore these.

    EMAIL ADDRESS
    

    Source: http://roaringapps.com/blog/cloudflare-email-obfuscation/

提交回复
热议问题