This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.3.0esr-12.0-2 in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-102.3.0esr-12.0-2 by this push: new 5293cbaea3eb fixup! Base Browser's .mozconfigs. 5293cbaea3eb is described below
commit 5293cbaea3eb835ce8173513b4fd862101ad58a5 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Tue Oct 11 19:23:07 2022 +0200
fixup! Base Browser's .mozconfigs.
Bug 41131: Disable background tasks in all platforms, and the update agent in Windows and macOS. --- browser/config/mozconfigs/base-browser | 3 +++ mozconfig-macos-x86_64 | 3 +++ mozconfig-windows-i686 | 3 +++ mozconfig-windows-x86_64 | 3 +++ 4 files changed, 12 insertions(+)
diff --git a/browser/config/mozconfigs/base-browser b/browser/config/mozconfigs/base-browser index 285f43fec4ef..82b224f43ed1 100644 --- a/browser/config/mozconfigs/base-browser +++ b/browser/config/mozconfigs/base-browser @@ -30,6 +30,9 @@ ac_add_options --enable-proxy-bypass-protection # could allow proxy bypass, and override a number of other preferences we set ac_add_options --disable-system-policies
+# See bug #41131 +ac_add_options --disable-backgroundtasks + ac_add_options --enable-base-browser
# Disable telemetry diff --git a/mozconfig-macos-x86_64 b/mozconfig-macos-x86_64 index e2286f972e62..b81001df5633 100644 --- a/mozconfig-macos-x86_64 +++ b/mozconfig-macos-x86_64 @@ -2,4 +2,7 @@
ac_add_options --enable-strip
+# See bug #41131 +ac_add_options --disable-update-agent + ac_add_options --enable-tor-browser-data-outside-app-dir diff --git a/mozconfig-windows-i686 b/mozconfig-windows-i686 index 78ff05ecc810..afe083885bfc 100644 --- a/mozconfig-windows-i686 +++ b/mozconfig-windows-i686 @@ -9,3 +9,6 @@ ac_add_options --enable-strip ac_add_options --disable-bits-download ac_add_options --disable-maintenance-service ac_add_options --disable-default-browser-agent + +# See bug #41131 +ac_add_options --disable-update-agent diff --git a/mozconfig-windows-x86_64 b/mozconfig-windows-x86_64 index 93b7a28fd361..67bc37c4e5ff 100644 --- a/mozconfig-windows-x86_64 +++ b/mozconfig-windows-x86_64 @@ -9,3 +9,6 @@ ac_add_options --enable-strip ac_add_options --disable-bits-download ac_add_options --disable-maintenance-service ac_add_options --disable-default-browser-agent + +# See bug #41131 +ac_add_options --disable-update-agent
tor-commits@lists.torproject.org