Cache everything in Cloudflare also caches logged in users which makes admin bar in WordPress to appear to anonymous users. It is not a good thing and cause negative effect to user experience. We can disable admin bar in WordPress from dashboard settings but there is comment section which also shows … [Read more...] about Avoid Caching logged in user with Cloudflare Workers – Effective way to Cache Everything
cloudflare
Add an Access-Control-Allow-Origin Header using Cloudflare Workers
If you have set a cookie free domain or CDN and your fonts are broken and not showing then it might be due to Cross-Origin Resource Sharing (CORS). There should be a way to control what resources from my site is sharable and what are not. So that I can prevent content from my site from being used by … [Read more...] about Add an Access-Control-Allow-Origin Header using Cloudflare Workers