From 6c47de46613b531bd975d073cf31c3fda6f8b8da Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 14 Mar 2016 12:36:23 +0100 Subject: User-Agent: disable reporting of languages - also for installsets extends 2a9095570a2430568f5c5e1c91edd6a717e099a6 to not only apply to instdir, but also to packaged installers (that use data from scp2) Change-Id: I446c521ce2b95549c2930275bee917c120c19e9b --- scp2/source/ooo/common_brand.scp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index c3667de91da0..1097950919ce 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -921,7 +921,7 @@ ProfileItem gid_Brand_Profileitem_Version_Useragent Section = "Version"; Order = 17; Key = "UpdateUserAgent"; - Value = " (${buildid}; ${_OS}; ${_ARCH}; BundledLanguages=${AllLanguages})"; + Value = " (${buildid}; ${_OS}; ${_ARCH})"; End ProfileItem gid_Brand_Profileitem_Version_Vendor -- cgit