From 27cd7bce01d27f82b34eab47d6eca1d7cb6f21e1 Mon Sep 17 00:00:00 2001 From: Greg Brimble Date: Fri, 14 Feb 2025 09:34:20 -0500 Subject: [PATCH] Update workers-dev.mdx --- .../docs/workers/configuration/routing/workers-dev.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/content/docs/workers/configuration/routing/workers-dev.mdx b/src/content/docs/workers/configuration/routing/workers-dev.mdx index 4052c61d598257..964660b9059c73 100644 --- a/src/content/docs/workers/configuration/routing/workers-dev.mdx +++ b/src/content/docs/workers/configuration/routing/workers-dev.mdx @@ -52,10 +52,6 @@ If you do not specify `workers_dev = false` but add a [`routes` component](/work If you disable your `workers.dev` route in the Cloudflare dashboard but do not update your Worker's Wrangler file with `workers_dev = false`, the `workers.dev` route will be re-enabled the next time you deploy your Worker with Wrangler. ::: -## Limitations - -- You cannot currently secure `workers.dev` URLs behind [Cloudflare Access](/cloudflare-one/policies/access/). This is a temporary limitation, we are working to remove it. - ## Related resources - [Announcing `workers.dev`](https://blog.cloudflare.com/announcing-workers-dev)