Skip to content

Commit dfbe985

Browse files
author
Microsoft Learn Student
committed
updated readme info re: next steps regarding warning in developer tools
1 parent 012134c commit dfbe985

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2+
3+
**WARNING MESSAGE**
4+
"SharedArrayBuffers (SABs) can be used to construct high-resolution timers. High-resolution timers simplify Spectre attacks on cross-origin resources.
5+
To mitigate security risks across browsers, SharedArrayBuffers are gated behind cross-origin isolated contexts starting with Chrome 91 (May 2021). To continue using SharedArrayBuffers, please ensure that this page opts-into cross-origin isolation by setting Cross-Origin-Opener-Policy and Cross-Origin-Embedder-Policy appropriately.
6+
Note that for each iframe, only the first issue is reported for performance reasons."
7+
8+
5/29 - Registered for SharedArrayBuffers in non-isolated pages on Desktop platforms Trial to be implemented on deployment
9+
10+
Additional Documentation
11+
- [Making your website "cross-origin isolated" using COOP and COEP](https://web.dev/coop-coep/)
12+
13+
- [SharedArrayBuffer updates in Android Chrome 88 and Desktop Chrome 92](https://developer.chrome.com/blog/enabling-shared-array-buffer/)
14+
15+
16+
17+
118
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) template.
219

320
## Available Scripts

0 commit comments

Comments
 (0)