diff --git a/docs/tutorial/security.md b/docs/tutorial/security.md index 3049270f480f..4f864ea22163 100644 --- a/docs/tutorial/security.md +++ b/docs/tutorial/security.md @@ -241,7 +241,7 @@ prevent the use of Node primitives, `contextIsolation` must also be used. ### Why? -Context isolation allows each the scripts on running in the renderer to make +Context isolation allows each of the scripts running in the renderer to make changes to its JavaScript environment without worrying about conflicting with the scripts in the Electron API or the preload script. @@ -422,8 +422,6 @@ on a page directly in the markup using a `` tag: ``` -#### `webRequest.onHeadersReceived([filter, ]listener)` - ## 7) Do Not Set `allowRunningInsecureContent` to `true`