[tor-commits] [tor-browser/tor-browser-68.1.0esr-9.0-3] fixup! Bug 25741 - TBA: Add mozconfig for Android and pertinent branding files.
    gk at torproject.org 
    gk at torproject.org
       
    Thu Oct 17 21:34:33 UTC 2019
    
    
  
commit dfdef56ec12ace37d08e2df516430427d0e08d7a
Author: Matthew Finkel <Matthew.Finkel at gmail.com>
Date:   Thu Oct 17 19:38:32 2019 +0000
    fixup! Bug 25741 - TBA: Add mozconfig for Android and pertinent branding files.
---
 browser/app/profile/000-tor-browser.js | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 974f8c31af17..1501edf47b90 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -375,6 +375,9 @@ pref("dom.presentation.receiver.enabled", false);
 pref("dom.audiochannel.audioCompeting", false);
 pref("dom.audiochannel.mediaControl", false);
 
+// Bug 31144 - Avoid proxy-bypass using the Android native download manager.
+pref("browser.download.forward_oma_android_download_manager", false);
+
 #expand pref("torbrowser.version", __TOR_BROWSER_VERSION_QUOTED__);
 
 // If we are bundling fonts, whitelist those bundled fonts, and restrict system fonts to a selection.
    
    
More information about the tor-commits
mailing list