diff --git a/spec.bs b/spec.bs index aa556c2..306f6ef 100644 --- a/spec.bs +++ b/spec.bs @@ -468,7 +468,7 @@ Moreover, each {{SharedStorageWorklet}}'s [=global scopes|list of global scopes=

The \`Shared-Storage-Cross-Origin-Worklet-Allowed\` HTTP response header

- The \`Shared-Storage-Cross-Origin-Worklet-Allowed\` HTTP response header, along with the traditional CORS headers, can be used to grant a cross-origin site the permission to create a worklet under the module script's [=/URL=]'s [=url/origin=] url's origin, and to run subsequent operations on the worklet. + The \`Shared-Storage-Cross-Origin-Worklet-Allowed\` HTTP response header, along with the traditional CORS headers, can be used to grant a cross-origin site the permission to create a worklet under the module script's [=/URL=]'s [=url/origin=], and to run subsequent operations on the worklet. Cross-origin worklets rely on CORS as a baseline permission mechanism to indicate trusted external origins. However, CORS alone is insufficient for worklet creation. Unlike simple resource sharing, worklets allow the creator site to execute JavaScript within the context of the target origin. To ensure security, an additional header, \`Shared-Storage-Cross-Origin-Worklet-Allowed\`, is required.