From 24f54964818c89c2a7c08814b1025d1f22527a5b Mon Sep 17 00:00:00 2001 From: "Tristan P." <65556393+quadristan@users.noreply.github.com> Date: Tue, 15 Oct 2024 05:30:36 +0200 Subject: [PATCH] Fix typo in the name of "noopener-allow-popups" --- source | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source b/source index e5a565e1fe0..7934d736e89 100644 --- a/source +++ b/source @@ -86976,14 +86976,14 @@ dictionary DragEventInit : MouseEventInit { cross-origin isolation together.

-
"nooopener-allow-popups"
+
"noopener-allow-popups"

This forces the creation of a new top-level browsing context for the document, regardless of its predecessor.

While including a nooopener-allow-popups value severs the opener + data-x="coop-noopener-allow-popups">noopener-allow-popups value severs the opener relationship between the document on which it is applied and its opener, it does not create a robust security boundary between those same-origin documents.

@@ -87005,7 +87005,7 @@ dictionary DragEventInit : MouseEventInit {
  • Autofill which may not require user interaction for same-origin documents.

  • -

    Developers using nooopener-allow-popups +

    Developers using noopener-allow-popups need to make sure that their sensitive applications don't rely on client-side features accessible to other same-origin documents, e.g., localStorage and other client-side storage APIs, @@ -145582,6 +145582,7 @@ INSERT INTERFACES HERE Trey Eckels, triple-underscore, Tristan Fraipont, + Tristan Parisot, 保呂 毅 (Tsuyoshi Horo), Tyler Close, Valentin Gosu,