Skip to content

Commit 3b2183e

Browse files
committed
Build: Load jQuery & Migrate via HTTPS
1 parent 25e5ea6 commit 3b2183e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lib/bootstrap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function jqueryUrl() {
105105
var url;
106106

107107
if ( version === "git" ) {
108-
url = "http://code.jquery.com/jquery-" + version;
108+
url = "https://code.jquery.com/jquery-" + version;
109109
} else {
110110
url = "../../../external/jquery-" + version + "/jquery";
111111
}
@@ -118,7 +118,7 @@ function migrateUrl() {
118118
var url;
119119

120120
if ( jqueryVersion === "git" ) {
121-
url = "http://code.jquery.com/jquery-migrate-git";
121+
url = "https://code.jquery.com/jquery-migrate-git";
122122
} else if ( jqueryVersion[ 0 ] === "3" ) {
123123
url = "../../../external/jquery-migrate-3.0.0/jquery-migrate";
124124
} else if ( jqueryVersion[ 0 ] === "1" || jqueryVersion[ 0 ] === "2" ) {

0 commit comments

Comments
 (0)