Resolves:
i. Only display secure (https) content
ii. Enable context isolation in all renderers that display remote
content
v. Override and disable eval, which allows strings to be executed as
code (…maybe. need someone to verify this work.)
Also resolves:
1. allowRunningInsecureContent was set to true in WebView.js, against
the recommendations of
https://github.com/electron/electron/blob/master/docs/tutorial/security.
md
- Added tab reorderer functionality.
- Modify service.
- Add custom service.
- Fixed align right service (separate).
- Autofocus on service name when add a new one.
- Mask on loading webview.
- Fixed localStorage bug.