Skip to content

Commit fc25a6b

Browse files
Update src/content/docs/cloudflare-for-platforms/workers-for-platforms/configuration/static-assets.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent ba85844 commit fc25a6b

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
@@ -62,7 +62,7 @@ By default, static assets uploaded to Workers for Platforms are associated with
6262

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

65-
- **Prefixing asset hashes** with an account-specific or worker-specific identifier to ensure uniqueness.
65+
- **Prefixing asset hashes** with an account-specific or Worker-specific identifier to ensure uniqueness.
6666
- **Ensuring JWT tokens for asset uploads are only issued to trusted platform services**, and not directly exposed to end-users.
6767
- **Explicitly documenting asset-sharing expectations** for your customers if cross-project asset reuse is intended.
6868

0 commit comments

Comments
 (0)