From bf75c47b284f73165aa815ec96cef627c31ea0ab Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 11 Mar 2016 09:48:21 +0000 Subject: User-Agent: disable reporting of languages. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nowadays we have them all, so it is big, non-useful data. Reviewed-on: https://gerrit.libreoffice.org/23143 Tested-by: Jenkins Reviewed-by: Michael Meeks (cherry picked from commit 2a9095570a2430568f5c5e1c91edd6a717e099a6) 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) (cherry picked from commit 6c47de46613b531bd975d073cf31c3fda6f8b8da) Change-Id: Ia08b863852e6a0916f30e2ecdc14eea4fafe2ab0 Reviewed-on: https://gerrit.libreoffice.org/23151 Tested-by: Jenkins Reviewed-by: Michael Meeks Tested-by: Michael Meeks Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- instsetoo_native/CustomTarget_setup.mk | 2 +- scp2/source/ooo/common_brand.scp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk index e4cdd5330d36..a8d56a3beb38 100644 --- a/instsetoo_native/CustomTarget_setup.mk +++ b/instsetoo_native/CustomTarget_setup.mk @@ -143,7 +143,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_ && echo 'ReferenceOOoMajorMinor=4.1' \ && echo 'UpdateID=$(PRODUCTNAME)_$(LIBO_VERSION_MAJOR)_en-US' \ && echo 'UpdateURL=$(if $(ENABLE_ONLINE_UPDATE),http://update.libreoffice.org/check.php$(if $(filter-out WNT,$(OS)),?pkgfmt=$(PKGFORMAT)))' \ - && echo 'UpdateUserAgent= ($${buildid}; $${_OS}; $${_ARCH}; BundledLanguages=$${AllLanguages})' \ + && echo 'UpdateUserAgent= ($${buildid}; $${_OS}; $${_ARCH}; )' \ && echo 'Vendor=$(OOO_VENDOR)' \ ) > $@ diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 193355137395..8ee6d1cd7063 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 v1.2.3