diff options
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 |