Skip to content

Commit

Permalink
Fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Jan 28, 2025
1 parent 987b95d commit ede95bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -9126,8 +9126,9 @@ being read by an embedded.

<p>This protection is especially important when exposing powerful features to the web platform, that
gain enough access to the underlying platform to read cross-origin resources using attacks like
Spectre. This category of features, e.g. {{SharedArrayBuffer}} or high-resolution timestamps,
cannot be used together with the default policy that allows cross-origin content to be embedded.
Spectre. This category of features, e.g. <code>SharedArrayBuffer</code> or high-resolution
timestamps, cannot be used together with the default policy that allows cross-origin content to be
embedded.

<p>Instead, the embedder must use
<a data-lt="cross-origin isolated capability">cross-origin isolation</a>, using the
Expand Down

0 comments on commit ede95bc

Please sign in to comment.