Skip to content

Commit

Permalink
fix(HTTP Headers Cheat Sheet): remove HTTP in code example (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin authored Nov 22, 2024
1 parent 4929433 commit 99ebbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/HTTP_Headers_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ As this headers are very related to browsers, it may not make sense to be applie
#### Recommendation

Isolates the browsing context exclusively to same-origin documents.
> `HTTP Cross-Origin-Opener-Policy: same-origin`
> `Cross-Origin-Opener-Policy: same-origin`
### Cross-Origin-Embedder-Policy (COEP)

Expand Down

0 comments on commit 99ebbb2

Please sign in to comment.