Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update _index.md
  • Loading branch information
goedi02 committed Nov 6, 2020
1 parent 04a5795 commit 8afd8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/defenses/opt-in/_index.md
Expand Up @@ -7,8 +7,8 @@ weight: 1

There are many different opt-in mechanisms that applications can deploy to defend against XS-Leaks. Note that mechanisms can overlap in terms of the techniques they defend against.

* [Fetch Metadata]({{< ref "./fetch-metadata.md" >}}) allows the server to determine how and why a request was initiated so that it can choose to reject any malicious requests.
* [Fetch Metadata]({{< ref "./fetch-metadata.md" >}}) allows the application to determine how and why a request was initiated so that it can choose to reject any malicious requests.
* [Cross-Origin-Opener-Policy]({{< ref "./coop.md" >}}) allows an application to prevent other websites from interacting with it via `window.open` or `window.opener`.
* [Cross-Origin-Resource-Policy]({{< ref "./corp.md" >}}) allows an application to prevent other sites from including specific resources.
* [Framing Protections]({{< ref "./xfo.md" >}}) allow an application to define what sites are allowed to frame it.
* [Same-Site Cookies]({{< ref "./same-site-cookies.md" >}}) allow an application to change which requests from third party sites include cookies.
* [SameSite Cookies]({{< ref "./same-site-cookies.md" >}}) allow an application to determine which requests from third party sites can include cookies.

0 comments on commit 8afd8dc

Please sign in to comment.