Skip to content

Commit 409b0d1

Browse files
korinneGregBrimble
andauthored
Update src/content/docs/cloudflare-for-platforms/workers-for-platforms/configuration/static-assets.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent fc25a6b commit 409b0d1

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/cloudflare-for-platforms/workers-for-platforms/configuration

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-for-platforms/workers-for-platforms/configuration/static-assets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Before sending any file data, you need to tell Cloudflare which files you intend
5858
- The file size in bytes
5959

6060
<Aside type="note" title="Asset Isolation Considerations">
61-
By default, static assets uploaded to Workers for Platforms are associated with the User Worker they are attached to. However, if multiple User Workers exist under the same account, assets with identical hashes may be shared across them.
61+
Static assets uploaded to Workers for Platforms are associated with the namespace rather than with individual User Worker. If multiple User Workers exist under the same namespace, assets with identical hashes may be shared across them. **JWTs should therefore only be shared with trusted platform services and should never be distributed to end-users.**
6262

6363
If strict isolation between User Workers is required, we recommend:
6464

0 commit comments

Comments
 (0)