mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Refine prose
This commit is contained in:
parent
f798a726cd
commit
52369680f1
|
|
@ -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';`.
|
`sandbox; default-src 'none'; script-src 'none'; plugin-types application/pdf; style-src 'unsafe-inline'; object-src 'self';`.
|
||||||
|
|
||||||
{{% boxes/added-in-paragraph %}}
|
{{% boxes/added-in-paragraph %}}
|
||||||
{{< added-in v="1.4" >}} The server SHOULD additionally provide `Cross-Origin-Resource-Policy: cross-origin`
|
{{< added-in v="1.4" >}} The server SHOULD additionally provide
|
||||||
when serving content to allow (web) clients access to APIs which interact
|
`Cross-Origin-Resource-Policy: cross-origin` when serving content to allow
|
||||||
with the media repository, such as `SharedArrayBuffer`.
|
(web) clients to access restricted APIs such as `SharedArrayBuffer` when
|
||||||
|
interacting with the media repository.
|
||||||
{{% /boxes/added-in-paragraph %}}
|
{{% /boxes/added-in-paragraph %}}
|
||||||
|
|
||||||
#### Matrix Content (MXC) URIs
|
#### Matrix Content (MXC) URIs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue