You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/defenses/opt-in/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ weight: 1
7
7
8
8
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.
9
9
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.
11
11
*[Cross-Origin-Opener-Policy]({{< ref "./coop.md" >}}) allows an application to prevent other websites from interacting with it via `window.open` or `window.opener`.
12
12
*[Cross-Origin-Resource-Policy]({{< ref "./corp.md" >}}) allows an application to prevent other sites from including specific resources.
13
13
*[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