docs: fix info admonitions in security.md (#42451)

This commit is contained in:
voidfill 2024-06-12 18:38:21 +02:00 committed by GitHub
parent 6caf9f06f3
commit 7a6a2a51e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -246,7 +246,7 @@ and prevent the use of Node primitives `contextIsolation` **must** also be used.
:::info :::info
For more information on what `contextIsolation` is and how to enable it please For more information on what `contextIsolation` is and how to enable it please
see our dedicated [Context Isolation](context-isolation.md) document. see our dedicated [Context Isolation](context-isolation.md) document.
:::info :::
### 4. Enable process sandboxing ### 4. Enable process sandboxing
@ -259,7 +259,7 @@ content in an unsandboxed process, including the main process, is not advised.
:::info :::info
For more information on what Process Sandboxing is and how to enable it please For more information on what Process Sandboxing is and how to enable it please
see our dedicated [Process Sandboxing](sandbox.md) document. see our dedicated [Process Sandboxing](sandbox.md) document.
:::info :::
### 5. Handle session permission requests from remote content ### 5. Handle session permission requests from remote content