[tor-commits] [tor-messenger-build/master] Disable link formatting and webcam access
sukhbir at torproject.org
sukhbir at torproject.org
Wed Nov 5 19:04:57 UTC 2014
commit 9f3264c0a60c0608d2074164740de36d091f327c
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Thu Nov 6 00:34:53 2014 +0530
Disable link formatting and webcam access
---
projects/instantbird/preferences.patch | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/projects/instantbird/preferences.patch b/projects/instantbird/preferences.patch
index c681674..43be54c 100644
--- a/projects/instantbird/preferences.patch
+++ b/projects/instantbird/preferences.patch
@@ -95,3 +95,9 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird.
+// Disable caching
+pref("browser.cache.disk.enable", false);
+pref("browser.cache.offline.enable", false);
++// Disable text formatting (remove the tags)
++pref("messenger.options.filterMode", 0);
++
++// Navigator
++// Disable "Take Picture" functionality that accesses the webcam
++pref("media.navigator.video.enabled", false);
More information about the tor-commits
mailing list