From 9441ff747d24157ad6ec6ac3443cb915dab3ad25 Mon Sep 17 00:00:00 2001 From: Jota Date: Mon, 19 Jul 2021 13:24:27 -0300 Subject: [PATCH] docs: Ffx broken context isolation link in sandbox docs (#30177) --- docs/tutorial/sandbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/sandbox.md b/docs/tutorial/sandbox.md index d69a7dd4d62..0eb955c5da7 100644 --- a/docs/tutorial/sandbox.md +++ b/docs/tutorial/sandbox.md @@ -79,7 +79,7 @@ or [Parcel][parcel]. Note that because the environment presented to the `preload` script is substantially more privileged than that of a sandboxed renderer, it is still possible to leak privileged APIs to untrusted code running in the renderer process unless -[`contextIsolation`][contextIsolation] is enabled. +[`contextIsolation`][context-isolation] is enabled. ## Configuring the sandbox