Something I noticed and tried a few things with mapping and had no luck. I saw my plugins are leading my host and wanted to see if anyone could point in the right direction so they are loaded via Cloudflare and not directly to my host. Could someone point me to a source to correct this?
I tried using the “Cloudflare’s Automatic Platform Optimization” plan and it ended up breaking plugins and my google analytics from loading correctly till I disabled that plan.
Cloudflare only proxies content out or your domains. Content hosted by third-parties, such as other CDNs, are not proxied by Cloudflare. (APO changes that behavior, as it will cache fonts and scripts and serve them from CF edge.)
You need to make sure your origin only requests resources to your own domain, not to third-party domains.
Of course, I over thought this and need the plugins to load locally and not via a third party. I’m going to make a cloan of the site and run some test, I have some theories on how to resolve this now. Thank you for pointing out what I completely missed.