Skip to content

Commit 726ee08

Browse files
Update src/content/docs/cloudflare-for-platforms/workers-for-platforms/platform/worker-isolation.mdx
Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent 1516d06 commit 726ee08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/docs/cloudflare-for-platforms/workers-for-platforms/platform/worker-isolation.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ In untrusted mode:
1414

1515
- The [`request.cf`](/workers/runtime-apis/request/#incomingrequestcfproperties) object is not available in Workers (see [limits](/cloudflare-for-platforms/workers-for-platforms/platform/limits/#cf-object) for more information)
1616
- Each Worker has an isolated cache (when using the [Cache API](/workers/runtime-apis/cache/) or when making subrequests using `fetch()`, which egress via [Cloudflare's cache](/cache/)
17-
- Workers cannot access cached responses from other Workers in the namespace
1817
- [`caches.default`](/workers/reference/how-the-cache-works/#cache-api) is disabled for all Workers in the namespace
1918

2019
This mode ensures complete isolation between customer Workers, preventing any potential cross-tenant data access.

0 commit comments

Comments
 (0)