From 0fdbb9f587766baccc470dfca9e9e4170a8e67cb Mon Sep 17 00:00:00 2001 From: Kathy Brade Date: Thu, 3 Oct 2019 15:27:00 -0400 Subject: [PATCH] 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 43bc0c1fe59b3..f0f0f07e23f36 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', -- GitLab