From 8dc4a200697d014726035ec953cb8f4a6495e97c Mon Sep 17 00:00:00 2001 From: Kilian Valkhof Date: Fri, 3 Jan 2020 17:11:02 +0100 Subject: [PATCH] docs: fix typos in security.md (#21665) --- docs/tutorial/security.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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`