Skip to content

Commit

Permalink
Tighten the warning against other leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweiss committed Aug 9, 2024
1 parent a358621 commit 35c581a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -86599,6 +86599,12 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
sensitive information.</li>
<li>Autofill which may not require user interaction for same-origin documents.</li>
</ul>
<p>Developers using <code data-x="coop-noopener-allow-popups">nooopener-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. localStorage and other client-side storage APIs,
BroadcastChannel and related same-origin communication mechanisms. They also need to make sure
that their server-side endpoints don't return sensitive data to non-navigation requests, whose
response content is accessible to same-origin documents.</p>
</div>
</dd>
</dl>
Expand Down

0 comments on commit 35c581a

Please sign in to comment.