[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-messenger-build/master] Disable link formatting and webcam access
commit 9f3264c0a60c0608d2074164740de36d091f327c
Author: Sukhbir Singh <sukhbir@xxxxxxxxxxxxxx>
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);
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits