commit 90766e6ba77b645e9ff3d73042b4c595be237370 Author: Sukhbir Singh sukhbir@torproject.org Date: Thu Nov 6 00:38:28 2014 +0530
Fix small typo in the preferences patch --- projects/instantbird/preferences.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/instantbird/preferences.patch b/projects/instantbird/preferences.patch index 43be54c..8d05d84 100644 --- a/projects/instantbird/preferences.patch +++ b/projects/instantbird/preferences.patch @@ -98,6 +98,6 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird. +// Disable text formatting (remove the tags) +pref("messenger.options.filterMode", 0); + -+// Navigator ++// Media +// Disable "Take Picture" functionality that accesses the webcam +pref("media.navigator.video.enabled", false);
tor-commits@lists.torproject.org