[tor-commits] [tor-browser/tor-browser-52.7.2esr-8.0-1] disable chromecasting #6

gk at torproject.org gk at torproject.org
Tue Mar 20 11:26:34 UTC 2018


commit d2e0ce8b8b88ddc52a4045c84fdc2c64081b1c2d
Author: n8fr8 <nathan at freitas.net>
Date:   Tue Aug 1 16:09:55 2017 -0400

    disable chromecasting #6
    
    Signed-off-by: Amogh Pradeep <amoghbl1 at gmail.com>
---
 mobile/android/app/mobile.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js
index 4b8386e20115..0a1b1c450b08 100644
--- a/mobile/android/app/mobile.js
+++ b/mobile/android/app/mobile.js
@@ -1465,3 +1465,5 @@ pref("security.ssl.errorReporting.enabled", false);
 #expand pref("torbrowser.version", __TOR_BROWSER_VERSION__);
 #endif
 
+// Disable Control media casting & mirroring features
+pref("browser.casting.enabled", false);





More information about the tor-commits mailing list