Specifies whether SharedArrayBuffers can be used in a non cross-origin-
isolated context. Chrome will require cross-origin isolation when using
SharedArrayBuffers from Chrome 91 onward (2021-05-25) for Web Compatibility
reasons. Additional details can be found on:
https://developer.chrome.com/blog/enabling-shared-array-buffer/.
When set to True, sites can use SharedArrayBuffer with no restrictions.
When set to False or not set, sites can only use SharedArrayBuffers when
cross-origin isolated.
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\Google\Chrome |
Value Name | SharedArrayBufferUnrestrictedAccessAllowed |
Value Type | REG_DWORD |
Enabled Value | 1 |
Disabled Value | 0 |