Skip to content

Commit 8afd8dc

Browse files
authored
Update _index.md
1 parent 04a5795 commit 8afd8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/defenses/opt-in/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ weight: 1
77

88
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.
99

10-
* [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.
10+
* [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.
1111
* [Cross-Origin-Opener-Policy]({{< ref "./coop.md" >}}) allows an application to prevent other websites from interacting with it via `window.open` or `window.opener`.
1212
* [Cross-Origin-Resource-Policy]({{< ref "./corp.md" >}}) allows an application to prevent other sites from including specific resources.
1313
* [Framing Protections]({{< ref "./xfo.md" >}}) allow an application to define what sites are allowed to frame it.
14-
* [Same-Site Cookies]({{< ref "./same-site-cookies.md" >}}) allow an application to change which requests from third party sites include cookies.
14+
* [SameSite Cookies]({{< ref "./same-site-cookies.md" >}}) allow an application to determine which requests from third party sites can include cookies.

0 commit comments

Comments
 (0)