Région de recherche :

Date :

https://web.dev › articles › cross-origin-isolation-guide

A guide to enable cross-origin isolation | Articles - web.dev

This guide shows you how to enable cross-origin isolation. Cross-origin isolation is required if you want to use SharedArrayBuffer, performance.measureUserAgentSpecificMemory() or high resolution timer with better precision.

https://web.dev › articles › cross-origin-isolation-guide

Guide pour activer l'isolation multi-origine | Articles - web.dev

Ce guide vous explique comment activer l'isolation multi-origine. L'isolation multi-origine est requise si vous souhaitez utiliser SharedArrayBuffer, performance.measureUserAgentSpecificMemory () ou un minuteur haute résolution avec une meilleure précision.

https://developer.chrome.com › docs › extensions › develop › concepts › cross-origin-isolation

Cross-origin isolation | Chrome Extensions - Chrome Developers

Cross-origin isolation enables a web page to use powerful features such as SharedArrayBuffer. An extension can opt into cross-origin isolation by specifying the appropriate values for the cross_origin_embedder_policy and cross_origin_opener_policy manifest keys.

https://blog.logrocket.com › understanding-sharedarraybuffer-and-cross-origin-isolation

Understanding SharedArrayBuffer and cross-origin isolation

Cross-origin isolation is a new security feature (as of April 2021) that was added to the browser. In short, it is the result of sending two HTTP headers on your top-level document (COOP and COEP). These headers enable your website to gain access to web APIs such as SharedArrayBuffer and prevent outer attacks (Spectre attacks, cross-origin ...

Understanding SharedArrayBuffer and cross-origin isolation

https://web.dev › articles › coop-coep

Making your website "cross-origin isolated" using COOP and COEP - web.dev

Some web APIs increase the risk of side-channel attacks like Spectre. To mitigate that risk, browsers offer an opt-in-based isolated environment called cross-origin isolated. Use COOP and COEP to set up such an environment and enable powerful features like `SharedArrayBuffer`, `performance.measureUserAgentSpecificMemory()` or high resolution ...

Making your website "cross-origin isolated" using COOP and COEP - web.dev

https://blog.stackblitz.com › posts › cross-browser-with-coop-coep

Cross-Browser support with Cross-Origin isolation - StackBlitz

With new security mechanisms in place, it’s possible to re-enable them with cross-origin isolation. By serving your document with the Cross-Origin-Opener-Policy and Cross-Origin-Embedder-Policy headers, you can make your document cross-origin isolated. Cross-origin isolation is currently hard to roll out at scale due to it’s restrictions ...

Cross-Browser support with Cross-Origin isolation - StackBlitz

https://docs.ohif.org › deployment › cors

Cross-Origin Information for OHIF

An iframe is considered to have cross-origin isolation enabled if it itself has the appropriate COOP and COEP headers set as well as every one of its embedding ancestors. Troubleshooting Cross-origin Isolation in OHIF

Cross-Origin Information for OHIF

https://developer.mozilla.org › en-US › docs › Web › API › Window › crossOriginIsolated

Window: crossOriginIsolated property - Web APIs | MDN - MDN Web Docs

The crossOriginIsolated read-only property of the Window interface returns a boolean value that indicates whether the website is in a cross-origin isolation state. That state mitigates the risk of side-channel attacks and unlocks a few capabilities:

https://developer.mozilla.org › en-US › docs › Web › HTTP › CORS

Cross-Origin Resource Sharing (CORS) - HTTP | MDN - MDN Web Docs

The CORS mechanism supports secure cross-origin requests and data transfers between browsers and servers. Browsers use CORS in APIs such as fetch () or XMLHttpRequest to mitigate the risks of cross-origin HTTP requests.

https://developer.chrome.com › blog › enabling-shared-array-buffer

SharedArrayBuffer updates in Android Chrome 88 and Desktop Chrome 92

If you want to enable cross-origin isolation to use SharedArrayBuffer but are blocked by these challenges, we recommend registering for an origin trial and waiting until the new modes are available. We are not planning to terminate the origin trial until these new modes are available.