diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-01-22 16:47:00 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-01-24 10:04:39 +0100 |
commit | 42c33aebdc7c1136b487897f5d55a218518f6c91 (patch) | |
tree | 255060f4e295f986baac886dc7edb209786db045 /scp2 | |
parent | 4ad4bfbfea8c324030a7085141c58fd6e9fe1805 (diff) |
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 <guilhem@libreoffice.org>
Tested-by: Jenkins
Reviewed-by: Guilhem Moulin <guilhem@libreoffice.org>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |