Skip to content

Commit

Permalink
Typo: experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jan 14, 2020
1 parent 773fbd8 commit 255d18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,7 +13,7 @@ Taken from the [best-practices](https://electronjs.org/docs/tutorial/security) o
5. [Do not disable websecurity](https://electronjs.org/docs/tutorial/security#5-do-not-disable-websecurity) - ✅
6. [Define a content security policy](https://electronjs.org/docs/tutorial/security#6-define-a-content-security-policy) - ✅
7. [Do not set allowRunningInsecureContent to true](https://electronjs.org/docs/tutorial/security#7-do-not-set-allowrunninginsecurecontent-to-true) - ✅
8. [Do not enable expirimental features](https://electronjs.org/docs/tutorial/security#8-do-not-enable-experimental-features) - ✅
8. [Do not enable experimental features](https://electronjs.org/docs/tutorial/security#8-do-not-enable-experimental-features) - ✅
9. [Do not use enableBlinkFeatures](https://electronjs.org/docs/tutorial/security#9-do-not-use-enableblinkfeatures) - ✅
10. [Do not use allowpopups](https://electronjs.org/docs/tutorial/security#10-do-not-use-allowpopups) - ✅
11. [<webview> verify options and params](https://electronjs.org/docs/tutorial/security#11-verify-webview-options-before-creation) - ✅
Expand Down Expand Up @@ -54,4 +54,4 @@ git clone https://github.com/reZach/secure-electron-template.git
cd secure-electron-template
npm i
npm run dev
```
```

0 comments on commit 255d18d

Please sign in to comment.