Skip to content

Commit

Permalink
docs: fix info admonitions in security.md (electron#42451)
Browse files Browse the repository at this point in the history
  • Loading branch information
voidfill authored Jun 12, 2024
1 parent 6caf9f0 commit 7a6a2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 7a6a2a5

Please sign in to comment.