Skip to content

Commit

Permalink
Fix typo in the name of "noopener-allow-popups"
Browse files Browse the repository at this point in the history
  • Loading branch information
quadristan authored Oct 15, 2024
1 parent 6075687 commit 24f5496
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -86976,14 +86976,14 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
cross-origin isolation</span> together.</p>
</dd>

<dt>"<dfn><code data-x="coop-noopener-allow-popups">nooopener-allow-popups</code></dfn>"</dt>
<dt>"<dfn><code data-x="coop-noopener-allow-popups">noopener-allow-popups</code></dfn>"</dt>
<dd>
<p>This forces the creation of a new <span>top-level browsing context</span> for the document,
regardless of its predecessor.</p>

<div class="note">
<p>While including a <code
data-x="coop-noopener-allow-popups">nooopener-allow-popups</code> value severs the opener
data-x="coop-noopener-allow-popups">noopener-allow-popups</code> 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.</p>

Expand All @@ -87005,7 +87005,7 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
<li><p>Autofill which may not require user interaction for same-origin documents.</p></li>
</ul>

<p>Developers using <code data-x="coop-noopener-allow-popups">nooopener-allow-popups</code>
<p>Developers using <code data-x="coop-noopener-allow-popups">noopener-allow-popups</code>
need to make sure that their sensitive applications don't rely on client-side features
accessible to other same-origin documents, e.g., <code
data-x="dom-localStorage">localStorage</code> and other client-side storage APIs,
Expand Down Expand Up @@ -145582,6 +145582,7 @@ INSERT INTERFACES HERE
Trey Eckels,
triple-underscore, <!-- GitHub -->
Tristan Fraipont, <!-- Kaiido on GitHub -->
Tristan Parisot, <!-- quadristan on GitHub -->
保呂 毅 (Tsuyoshi Horo),
Tyler Close,
Valentin Gosu,
Expand Down

0 comments on commit 24f5496

Please sign in to comment.