Fixed issue with creating Turnstile site via API (Cloudflare updated schema for API call)
Added ASN support when creating IP address rules
Cache Cloudflare zone/domain (makes it so an API call is not necessary on the admin index page to build deeplink to your zone in your Cloudflare account)
Guest page caching will work properly when a page immediately fires an AJAX request
Don't try to purge Cloudflare's cache when using guest page caching and an orphaned post is being deleted (when a post is assigned to a thread that doesn't exist)
Don't include all Zero Trust Access rules in backup (only include rules for your zone/domain)
Added check to make sure the site's hostname has at least one dot in it when determining Cloudflare zone ID (things like "localhost" are not valid Cloudflare zones)
Fetch up to 1,000 R2 buckets per account with API call instead of the default of 20
If API permissions get revoked on accident, don't throw exception about it on main admin index (admin index won't break if API permissions went away for some reason)