How to Disable CloudFlare Caching of the Prefinery JavaScript Widget
If you are using CloudFlare and seeing issues with the Prefinery signup form or recording of shares and referrals, try disabling CloudFlare's Rocket Loader if it is enabled to see if that is the source of the issue.
You can have CloudFlare's Rocket Loader ignore individual scripts by adding the
data-cfasync="false" attribute to the Prefinery script tag, for example:
<script data-cfasync="false" src="https://widget.prefinery.com/widget/v2/YOURPROJECTUID.js" async defer></script>
Rocket Loader will still optimize the loading of all other scripts on the page.
Note: The 'data-cfasync' attribute must be added before the 'src' attribute as shown in the example above.