docs: Ffx broken context isolation link in sandbox docs (#30177)

This commit is contained in:
Jota 2021-07-19 13:24:27 -03:00 committed by GitHub
parent d4b2f69f36
commit 9441ff747d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ or [Parcel][parcel].
Note that because the environment presented to the `preload` script is substantially 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 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 privileged APIs to untrusted code running in the renderer process unless
[`contextIsolation`][contextIsolation] is enabled. [`contextIsolation`][context-isolation] is enabled.
## Configuring the sandbox ## Configuring the sandbox