Skip to content

Commit a7a3aa8

Browse files
committed
📝 Fix typo
[ci skip]
1 parent 8a22139 commit a7a3aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This is not bulletproof, but at the least, you should attempt the following:
5656
* Only display secure (https) content
5757
* Disable the Node integration in all renderers that display remote content
5858
(setting `nodeIntegration` to `false` in `webPreferences`)
59-
* Enable context isolation in all rendererers that display remote content
59+
* Enable context isolation in all renderers that display remote content
6060
(setting `contextIsolation` to `true` in `webPreferences`)
6161
* Do not disable `webSecurity`. Disabling it will disable the same-origin policy.
6262
* Define a [`Content-Security-Policy`](http://www.html5rocks.com/en/tutorials/security/content-security-policy/)

0 commit comments

Comments
 (0)