Author: mseidel Date: Wed Mar 1 10:02:22 2017 New Revision: 1784893 URL: http://svn.apache.org/viewvc?rev=1784893&view=rev Log: Minor changes for https
Modified: openoffice/ooo-site/trunk/content/download/globalvars.js Modified: openoffice/ooo-site/trunk/content/download/globalvars.js URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/globalvars.js?rev=1784893&r1=1784892&r2=1784893&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/download/globalvars.js (original) +++ openoffice/ooo-site/trunk/content/download/globalvars.js Wed Mar 1 10:02:22 2017 @@ -95,10 +95,10 @@ DL.SEL_VER = [ "4.1.3", "4.1.3", "older", "Older releases" ]; // Base URLs to the Sourceforge and Apache mirror server. -DL.SF = "http://sourceforge.net/projects/openofficeorg.mirror/files/"; -DL.ASF = "http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"; -DL.ASF_DIST = "http://www.apache.org/dist/openoffice/"; -DL.ASF_ARC = "http://archive.apache.org/dist/openoffice/"; +DL.SF = "https://sourceforge.net/projects/openofficeorg.mirror/files/"; +DL.ASF = "https://www.apache.org/dyn/aoo-closer.cgi/openoffice/"; +DL.ASF_DIST = "https://www.apache.org/dist/openoffice/"; +DL.ASF_ARC = "https://archive.apache.org/dist/openoffice/"; // Only used in "download_other.js". DL.REL_PLATFORM = [ "Win_x86", "Linux_x86_rpm", "Linux_x86_deb", "Linux_x86-64_rpm", "Linux_x86-64_deb", @@ -142,11 +142,11 @@ DL_BETA.LP_LANG = [ "ast", "bg", "ca", DL_BETA.SDK_LANG = [ "en-US" ]; // Base URLs to the Sourceforge and Apache mirror server. -DL_BETA.SOURCEFORGE = "http://sourceforge.net/projects/openofficeorg.mirror/files/milestones/" + DL_BETA.VERSION; +DL_BETA.SOURCEFORGE = "https://sourceforge.net/projects/openofficeorg.mirror/files/milestones/" + DL_BETA.VERSION; DL_BETA.SOURCEFORGE = DL_BETA.SOURCEFORGE + "/binaries/"; -DL_BETA.ASF = "http://www.apache.org/dyn/aoo-closer.cgi/openoffice/" + DL_BETA.VERSION; -DL_BETA.ASF_DIST = "http://www.apache.org/dist/openoffice/" + DL_BETA.VERSION; -DL_BETA.ASF_ARC = "http://archive.apache.org/dist/openoffice/" + DL_BETA.VERSION; +DL_BETA.ASF = "https://www.apache.org/dyn/aoo-closer.cgi/openoffice/" + DL_BETA.VERSION; +DL_BETA.ASF_DIST = "https://www.apache.org/dist/openoffice/" + DL_BETA.VERSION; +DL_BETA.ASF_ARC = "https://archive.apache.org/dist/openoffice/" + DL_BETA.VERSION; // Debug: Uncomment to use different base URLs. // var DL.PEOPLE_BASE_URL = "http://people.apache.org/~marcus/aoo/" + DL.VERSION;