diff --git a/content/docs/attacks/navigations.md b/content/docs/attacks/navigations.md index e23de424d..af3d5e6ee 100644 --- a/content/docs/attacks/navigations.md +++ b/content/docs/attacks/navigations.md @@ -237,7 +237,7 @@ Partitioned HTTP Cache Bypass can be prevented using the header `Vary: Sec-Fetch | Download Navigation (iframes) | ✔️ | ❌ | ❌{{< katex>}}^{1}{{< /katex >}} | [FIP]({{< ref "/docs/defenses/isolation-policies/framing-isolation" >}}) | | Download Navigation (windows) | ❌ | ❌{{< katex>}}^{1}{{< /katex >}} | ❌ | [NIP]({{< ref "/docs/defenses/isolation-policies/navigation-isolation" >}}) | | Inflation (Server-Side Errors) | ✔️ | ❌ | ❌ | [RIP]({{< ref "/docs/defenses/isolation-policies/resource-isolation" >}}) | -| Inflation (Client-Side Errors) | ❌ | ❌ | ❌ | [NIP]({{< ref "/docs/defenses/isolation-policies/navigation-isolation" >}}) | +| Inflation (Client-Side Errors) | ❌ | ❌ | ❌ | [RIP]({{< ref "/docs/defenses/isolation-policies/resource-isolation" >}}) 🔗 [NIP]({{< ref "/docs/defenses/isolation-policies/navigation-isolation" >}}) | | CSP Violations | ❌{{< katex>}}^{2}{{< /katex >}} | ❌ | ❌ | [RIP]({{< ref "/docs/defenses/isolation-policies/resource-isolation" >}}) 🔗 [NIP]({{< ref "/docs/defenses/isolation-policies/navigation-isolation" >}}) | 🔗 – Defense mechanisms must be combined to be effective against different scenarios.