Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 9e36584

Browse files
cbbsjuliemr
authored andcommitted
fix(webdriver-manager): removed ssl on chromedriver url for consistency
Other URLs use http, make chromedriver use this as well.
1 parent 1b16c26 commit 9e36584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/webdriver-manager

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var binaries = {
4343
prefix: 'chromedriver_',
4444
filename: 'chromedriver_' + versions.chromedriver + '.zip',
4545
url: function() {
46-
var urlPrefix = 'https://chromedriver.storage.googleapis.com/' +
46+
var urlPrefix = 'http://chromedriver.storage.googleapis.com/' +
4747
versions.chromedriver + '/chromedriver_';
4848
if (os.type() == 'Darwin') {
4949
return urlPrefix + 'mac32.zip';

0 commit comments

Comments
 (0)