From 7a6a2a51e046ce8cd118c85a0e988100fa238a9d Mon Sep 17 00:00:00 2001 From: voidfill <71205200+voidfill@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:38:21 +0200 Subject: [PATCH] docs: fix info admonitions in security.md (#42451) --- docs/tutorial/security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/security.md b/docs/tutorial/security.md index 32a1353325a9..66b4736da377 100644 --- a/docs/tutorial/security.md +++ b/docs/tutorial/security.md @@ -246,7 +246,7 @@ and prevent the use of Node primitives `contextIsolation` **must** also be used. :::info For more information on what `contextIsolation` is and how to enable it please see our dedicated [Context Isolation](context-isolation.md) document. -:::info +::: ### 4. Enable process sandboxing @@ -259,7 +259,7 @@ content in an unsandboxed process, including the main process, is not advised. :::info For more information on what Process Sandboxing is and how to enable it please see our dedicated [Process Sandboxing](sandbox.md) document. -:::info +::: ### 5. Handle session permission requests from remote content