If you are getting a crawl error in Google Webmaster Tools for a cdn-cgi file, please disallow
Google from crawling that with a rule in robots.txt for:
Disallow: /cdn-cgi/
An additional option using WordPress:
You can make modifications in your /wp-includes/functions.php file. to create an additional Disallow rule.
A sample of what it would look like is below:
Note:
This won't impact the actual crawl for your site at all. The error for /cdn-cgi/ is also not going to impact
your rankings at all. Google is attempting to crawl a Cloudflare resource, one that doesn't need to be
crawled, and they possibly can't read the DOM or JavaScript in that resource.