Skip to content

Commit

Permalink
Parse the noopener value
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweiss committed Jun 20, 2024
1 parent ee5aa16 commit a743f59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -86697,6 +86697,11 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
<var>policy</var>'s <span data-x="coop-struct-value">value</span> to "<code
data-x="coop-same-origin-allow-popups">same-origin-allow-popups</code>".</p></li>

<li><p>If <var>parsedItem</var>[0] is "<code
data-x="coop-noopener-allow-popups">noopener-allow-popups</code>", then set
<var>policy</var>'s <span data-x="coop-struct-value">value</span> to "<code
data-x="coop-noopener-allow-popups">noopener-allow-popups</code>".</p></li>

<li><p>If <var>parsedItem</var>[1]["<code data-x="coop-report-to">report-to</code>"] <span
data-x="map exists">exists</span> and it is a string, then set <var>policy</var>'s <span
data-x="coop-struct-report-endpoint">reporting endpoint</span> to
Expand Down

0 comments on commit a743f59

Please sign in to comment.