Two Cloudflare script entries in Page Source
-
Strangely, there are two Cloudflare <script> entries, one between the <head> tags and the other before the closing </body> tag. This is on every page.
NOTE: (########## are a series of random numbers and letters. Not related to the question.)
In <head> tags:
<script src=”https://ajax.cloudflare.com/cdn-cgi/scripts/95c75768/cloudflare-static/rocket-loader.min.js” data-cf-settings=”###################### |-##”></script>Before closing </body> tag:
<script src=”https://ajax.cloudflare.com/cdn-cgi/scripts/95c75768/cloudflare-static/rocket-loader.min.js” data-cf-settings=”###################### |-##” defer=””></script>It’s not affecting the site as far as I know. …defer=”” is the only difference between the two entries.
Is this normal or is Cloudflare loading twice for some reason in both head and body tags?
Thanks for any help on this matter.
The page I need help with: [log in to see the link]
- The topic ‘Two Cloudflare script entries in Page Source’ is closed to new replies.