diff --git a/configs/common/mozconfig b/configs/common/mozconfig index f2be6e8c..6aefae04 100644 --- a/configs/common/mozconfig +++ b/configs/common/mozconfig @@ -18,3 +18,8 @@ export MOZ_INCLUDE_SOURCE_INFO=1 export MOZ_REQUIRE_SIGNING= export MOZ_SOURCE_REPO=https://github.com/pulse-browser/browser export MOZ_SOURCE_CHANGESET=${changeset} + +# Enable these to enable mozilla telemetry and tracking. By default, mozilla will not build telemetry code. +# MOZ_TELEMETRY_REPORTING=1 +# MOZ_DATA_REPORTING=1 + diff --git a/configs/linux/mozconfig b/configs/linux/mozconfig index d754c0c2..17277bc5 100644 --- a/configs/linux/mozconfig +++ b/configs/linux/mozconfig @@ -8,6 +8,3 @@ # ac_add_options --disable-debug # ac_add_options --enable-updater -# Enable these to enable mozilla telemetry and tracking -# mk_add_options MOZ_TELEMETRY_REPORTING= -# mk_add_options MOZ_DATA_REPORTING= diff --git a/configs/macos/mozconfig b/configs/macos/mozconfig index 8104e589..749d38f7 100644 --- a/configs/macos/mozconfig +++ b/configs/macos/mozconfig @@ -9,9 +9,5 @@ # ac_add_options --enable-updater # mk_add_options MOZ_MAKE_FLAGS="-j4" -# Enable these to enable mozilla telemetry and tracking -# mk_add_options MOZ_TELEMETRY_REPORTING= -# mk_add_options MOZ_DATA_REPORTING= - # ac_add_options --with-wasi-sysroot=/Users/school/Downloads/wasi-sdk-14.0/share/wasi-sysroot ac_add_options --without-wasm-sandboxed-libraries diff --git a/configs/windows/mozconfig b/configs/windows/mozconfig index 4803b377..ce257105 100644 --- a/configs/windows/mozconfig +++ b/configs/windows/mozconfig @@ -3,11 +3,6 @@ # ac_add_options --enable-rust-simd # ac_add_options --enable-crashreporter -# Enable these to enable mozilla telemetry and tracking -# mk_add_options MOZ_TELEMETRY_REPORTING= -# mk_add_options MOZ_DATA_REPORTING= - -# Provide the mozilla stub installer. This is basicly an IE8 window that # installs pulse in the background # TODO: rebrand this to look more like pulse export MOZ_STUB_INSTALLER=1