commit d375c811357fc32f7f0d2e399ebb9edb2764eb76 Author: Kathy Brade brade@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',
tbb-commits@lists.torproject.org