diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-11-06 18:11:42 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-11-09 16:51:31 +0100 |
commit | 5365daf67f8b81f69a47e3692a71fd3962505e46 (patch) | |
tree | 573034fb9183193080782f119c9599b3396dcb97 /desktop | |
parent | c32bf48b7446808ffc47472021ec32cb7c70eea7 (diff) |
officecfg,*: add Office::Security::Net::AllowInsecureProtocols
By default, unencrypted network connections are allowed.
But now it can be disabled, for everything that uses libcurl.
Change-Id: I8e103f5a968ace2a19fdb9d6934c9a51b2aeabe4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159011
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Library_crashreport.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/Library_crashreport.mk b/desktop/Library_crashreport.mk index ba267e212974..c00814c82cee 100644 --- a/desktop/Library_crashreport.mk +++ b/desktop/Library_crashreport.mk @@ -31,6 +31,10 @@ $(eval $(call gb_Library_add_libs,crashreport,\ $(eval $(call gb_Library_use_sdk_api,crashreport)) +$(eval $(call gb_Library_use_custom_headers,crashreport,\ + officecfg/registry \ +)) + $(eval $(call gb_Library_use_libraries,crashreport,\ comphelper \ cppu \ |