Remove "Display secure content only" option

allowDisplayingInsecureContent is removed in Electron 1.6.
And it's no longer necessary to show http contents in https server.
This commit is contained in:
Yuya Ochiai
2017-03-18 21:25:46 +09:00
parent b1d586e9da
commit f08db8c72b
7 changed files with 1 additions and 80 deletions

View File

@@ -11,6 +11,7 @@ from the final changelog of the release.
Release date: TBD
### Improvements
- Removed "Display secure content only" option it's no longer necessary.
### Bug Fixes