[tor-commits] [tor-messenger-build/master] Do not send fonts or colors as part of the message (trac 18533)

sukhbir at torproject.org sukhbir at torproject.org
Fri Mar 25 18:17:13 UTC 2016


commit 087282e2de3ae559259517b9346e41dd8020ce35
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Fri Mar 25 14:15:46 2016 -0400

    Do not send fonts or colors as part of the message (trac 18533)
---
 projects/instantbird/preferences.patch | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/projects/instantbird/preferences.patch b/projects/instantbird/preferences.patch
index 2631188..1d49421 100644
--- a/projects/instantbird/preferences.patch
+++ b/projects/instantbird/preferences.patch
@@ -103,7 +103,7 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird.
  
  // The breakpad report server to link to in about:crashes
  pref("breakpad.reportURL", "http://crash-stats.instantbird.com/report/index/");
-@@ -300,14 +300,68 @@
+@@ -300,14 +300,70 @@
  // 3  at the end of the tabstrip
  pref("browser.tabs.closeButtons", 1);
  
@@ -157,6 +157,8 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird.
 +pref("messenger.status.awayWhenIdle", false);
 +pref("messenger.status.defaultIdleAwayMessage", "");
 +pref("messenger.status.reportIdle", false);
++// Do not send the message format (fonts, colors)
++pref("messenger.conversations.sendFormat", false);
 +// Disable text formatting (remove the tags)
 +pref("messenger.options.filterMode", 0);
 +// Disable typing notifications





More information about the tor-commits mailing list