Skip to content

Commit d91f7f5

Browse files
committed
Update URL for CEF downloads
1 parent 73b85dd commit d91f7f5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/DownloadCEF.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Download the CEF binary distribution for |platform| and |version| to
66
# |download_dir|. The |CEF_ROOT| variable will be set in global scope pointing
77
# to the extracted location.
8-
# Visit http://opensource.spotify.com/cefbuilds/index.html for the list of
8+
# Visit https://cef-builds.spotifycdn.com/index.html for the list of
99
# supported platforms and versions.
1010

1111
function(DownloadCEF platform version download_dir)
@@ -21,7 +21,7 @@ function(DownloadCEF platform version download_dir)
2121
set(CEF_DOWNLOAD_FILENAME "${CEF_DISTRIBUTION}.tar.bz2")
2222
set(CEF_DOWNLOAD_PATH "${CEF_DOWNLOAD_DIR}/${CEF_DOWNLOAD_FILENAME}")
2323
if(NOT EXISTS "${CEF_DOWNLOAD_PATH}")
24-
set(CEF_DOWNLOAD_URL "http://opensource.spotify.com/cefbuilds/${CEF_DOWNLOAD_FILENAME}")
24+
set(CEF_DOWNLOAD_URL "https://cef-builds.spotifycdn.com/${CEF_DOWNLOAD_FILENAME}")
2525
string(REPLACE "+" "%2B" CEF_DOWNLOAD_URL_ESCAPED ${CEF_DOWNLOAD_URL})
2626

2727
# Download the SHA1 hash for the binary distribution.

java/tests/detailed/MainFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public void onTakeFocus(CefBrowser browser, boolean next) {
246246

247247
menuBar.addBookmark("Binding Test", "client://tests/binding_test.html");
248248
menuBar.addBookmark("Binding Test 2", "client://tests/binding_test2.html");
249-
menuBar.addBookmark("Download Test", "http://opensource.spotify.com/cefbuilds/index.html");
249+
menuBar.addBookmark("Download Test", "https://cef-builds.spotifycdn.com/index.html");
250250
menuBar.addBookmark("Login Test (username:pumpkin, password:pie)",
251251
"http://www.colostate.edu/~ric/protect/your.html");
252252
menuBar.addBookmark("Certificate-error Test", "https://www.k2go.de");

0 commit comments

Comments
 (0)