Skip to content

Commit

Permalink
Add COOP noopener-allow-popups values
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweiss committed Oct 7, 2024
1 parent 82cf078 commit 4ada6ca
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ If a cross-origin document with COOP is opened in a new window, the opening docu
Cross-Origin-Opener-Policy: unsafe-none
Cross-Origin-Opener-Policy: same-origin-allow-popups
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Opener-Policy: noopener-allow-popups
```

### Directives
Expand All @@ -42,6 +43,8 @@ Cross-Origin-Opener-Policy: same-origin
- : Retains references to newly opened windows or tabs that either don't set COOP or that opt out of isolation by setting a COOP of `unsafe-none`.
- `same-origin`
- : Isolates the browsing context exclusively to same-origin documents. Cross-origin documents are not loaded in the same browsing context.
- `noopener-allow-popups`
- : Severs the opener connection and isolates the browsing context for the current document regardless of the opener document's origin.

## Examples

Expand Down

0 comments on commit 4ada6ca

Please sign in to comment.