We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a22139 commit a7a3aa8Copy full SHA for a7a3aa8
docs/tutorial/security.md
@@ -56,7 +56,7 @@ This is not bulletproof, but at the least, you should attempt the following:
56
* Only display secure (https) content
57
* Disable the Node integration in all renderers that display remote content
58
(setting `nodeIntegration` to `false` in `webPreferences`)
59
-* Enable context isolation in all rendererers that display remote content
+* Enable context isolation in all renderers that display remote content
60
(setting `contextIsolation` to `true` in `webPreferences`)
61
* Do not disable `webSecurity`. Disabling it will disable the same-origin policy.
62
* Define a [`Content-Security-Policy`](http://www.html5rocks.com/en/tutorials/security/content-security-policy/)
0 commit comments