CF-Hash attribute and script mysteriously added to mailto links

后端 未结 4 1282
忘掉有多难
忘掉有多难 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:49

    This isn't related to ColdFusion. In this code, cf-hash is an attribute of a SCRIPT tag (plain HTML). Searching on 'cf-hash="f9e31" gets a lot of similar code out there. Found this link that points to it possibly being a CloudFlare Email Protection script. That would be something running on your production server that's not in your local development environment.

提交回复
热议问题