Merge pull request #8800 from electron/https-website
Update website URLs to use HTTPS
This commit is contained in:
commit
d26e4a4abf
45 changed files with 88 additions and 88 deletions
|
@ -45,10 +45,10 @@ describe('clipboard module', function () {
|
|||
it('returns title and url', function () {
|
||||
if (process.platform === 'linux') return
|
||||
|
||||
clipboard.writeBookmark('a title', 'http://electron.atom.io')
|
||||
clipboard.writeBookmark('a title', 'https://electron.atom.io')
|
||||
assert.deepEqual(clipboard.readBookmark(), {
|
||||
title: 'a title',
|
||||
url: 'http://electron.atom.io'
|
||||
url: 'https://electron.atom.io'
|
||||
})
|
||||
|
||||
clipboard.writeText('no bookmark')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue