[tor-commits] [tor-browser/tor-browser-68.1.0esr-9.0-2] Bug 31935: Disable profile downgrade protection.

gk at torproject.org gk at torproject.org
Thu Oct 3 19:41:53 UTC 2019


commit d375c811357fc32f7f0d2e399ebb9edb2764eb76
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Thu Oct 3 15:27:00 2019 -0400

    Bug 31935: Disable profile downgrade protection.
    
    Since Tor Browser does not support more than one profile, disable
    the prompt and associated code that offers to create one when a
    version downgrade situation is detected.
---
 browser/moz.configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/moz.configure b/browser/moz.configure
index 43bc0c1fe59b..f0f0f07e23f3 100644
--- a/browser/moz.configure
+++ b/browser/moz.configure
@@ -8,7 +8,7 @@ imply_option('MOZ_PLACES', True)
 imply_option('MOZ_SERVICES_HEALTHREPORT', True)
 imply_option('MOZ_SERVICES_SYNC', True)
 imply_option('MOZ_DEDICATED_PROFILES', False)
-imply_option('MOZ_BLOCK_PROFILE_DOWNGRADE', True)
+imply_option('MOZ_BLOCK_PROFILE_DOWNGRADE', False)
 
 with only_when(target_is_linux & compile_environment):
     option(env='MOZ_NO_PIE_COMPAT',



More information about the tor-commits mailing list