tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 615eab855e22bb9c1f3a246e211e2241d72d3075
parent 8f39502324bc4f60f0177510f866296515fa6bae
Author: Pier Angelo Vendrame <pierov@torproject.org>
Date:   Tue, 17 Feb 2026 17:39:20 +0100

fixup! Base Browser's .mozconfigs.

BB 44394: Disable preferences from /etc/firefox on Linux.

Diffstat:
Mbrowser/config/mozconfigs/base-browser | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/browser/config/mozconfigs/base-browser b/browser/config/mozconfigs/base-browser @@ -31,6 +31,8 @@ ac_add_options --enable-proxy-bypass-protection # See bugs #30575 and #32418: system policies are harmful either because they # could allow proxy bypass, and override a number of other preferences we set ac_add_options --disable-system-policies +# tor-browser#44394 +ac_add_options --disable-system-preferences # See bug #41131 ac_add_options --disable-backgroundtasks