diff --git a/content/client-server-api/modules/content_repo.md b/content/client-server-api/modules/content_repo.md index 70df8cee..0366f920 100644 --- a/content/client-server-api/modules/content_repo.md +++ b/content/client-server-api/modules/content_repo.md @@ -20,9 +20,10 @@ When serving content, the server SHOULD provide a `sandbox; default-src 'none'; script-src 'none'; plugin-types application/pdf; style-src 'unsafe-inline'; object-src 'self';`. {{% boxes/added-in-paragraph %}} -{{< added-in v="1.4" >}} The server SHOULD additionally provide `Cross-Origin-Resource-Policy: cross-origin` -when serving content to allow (web) clients access to APIs which interact -with the media repository, such as `SharedArrayBuffer`. +{{< added-in v="1.4" >}} The server SHOULD additionally provide +`Cross-Origin-Resource-Policy: cross-origin` when serving content to allow +(web) clients to access restricted APIs such as `SharedArrayBuffer` when +interacting with the media repository. {{% /boxes/added-in-paragraph %}} #### Matrix Content (MXC) URIs