From 42c33aebdc7c1136b487897f5d55a218518f6c91 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 22 Jan 2021 16:47:00 +0100 Subject: Switch http -> https also in scp2-based version ini-file ba69036c8e889237da4bb312d7c5c94066abbfd3 "Upgrade update check and extension URLs to https" had changed ExtensionUpdateURL only in the corresponding instdir/ version ini-file generated by instsetoo_native/CustomTarget_setup.mk. Change-Id: Ia6281fceec649495681051093ce744edbfe1d225 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109823 Tested-by: Guilhem Moulin Tested-by: Jenkins Reviewed-by: Guilhem Moulin --- scp2/source/ooo/common_brand.scp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scp2/source') diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 213785bff077..5b8b907f2a9c 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -606,7 +606,7 @@ ProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl Order = 18; Key = "ExtensionUpdateURL"; #if defined(ENABLE_EXTENSION_UPDATE) - Value = "http://updateexte.libreoffice.org/ExtensionUpdateService/check.Update"; + Value = "https://updateexte.libreoffice.org/ExtensionUpdateService/check.Update"; #else Value = ""; #endif -- cgit v1.2.3