use https for all Electron website URLs
This commit is contained in:
parent
51d6a55061
commit
69f0cb26e7
43 changed files with 85 additions and 85 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