use https for all Electron website URLs

This commit is contained in:
Zeke Sikelianos 2017-02-28 21:19:55 -08:00
parent 51d6a55061
commit 69f0cb26e7
43 changed files with 85 additions and 85 deletions

View file

@ -103,7 +103,7 @@ clipboard.
```js
clipboard.write({
text: 'http://electron.atom.io',
text: 'https://electron.atom.io',
bookmark: 'Electron Homepage'
})
```

View file

@ -192,7 +192,7 @@ const template = [
submenu: [
{
label: 'Learn More',
click () { require('electron').shell.openExternal('http://electron.atom.io') }
click () { require('electron').shell.openExternal('https://electron.atom.io') }
}
]
}

View file

@ -177,7 +177,7 @@ Web security is enabled by default.
```html
<webview src="https://github.com" partition="persist:github"></webview>
<webview src="http://electron.atom.io" partition="electron"></webview>
<webview src="https://electron.atom.io" partition="electron"></webview>
```
Sets the session used by the page. If `partition` starts with `persist:`, the