[tor-commits] [tor-messenger-build/master] Set the default user agent for all platforms (closes #15162)

sukhbir at torproject.org sukhbir at torproject.org
Tue Jul 7 12:11:34 UTC 2015


commit 64de1fc1e555416493c8c1ef0d40050e4ea04c81
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Tue Jul 7 08:11:25 2015 -0400

    Set the default user agent for all platforms (closes #15162)
---
 projects/instantbird/preferences.patch              |    4 +++-
 projects/instantbird/xmpp-inband-registration.patch |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/projects/instantbird/preferences.patch b/projects/instantbird/preferences.patch
index 53a7e7f..c309926 100644
--- a/projects/instantbird/preferences.patch
+++ b/projects/instantbird/preferences.patch
@@ -79,7 +79,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/");
  
-@@ -297,14 +278,79 @@
+@@ -297,14 +278,81 @@
  // 3  at the end of the tabstrip
  pref("browser.tabs.closeButtons", 1);
  
@@ -122,6 +122,8 @@ diff --git a/im/app/profile/all-instantbird.js b/im/app/profile/all-instantbird.
 +pref("network.http.spdy.enabled", false);
 +// Do not accept third-party cookies
 +pref("network.cookie.cookieBehavior", 1);
++// Set the user-agent to Instantbird stable
++pref("general.useragent.override", "Mozilla/5.0 (Windows NT 6.1; rv:25.0) Gecko/20100101 Instantbird/1.5");
 +
 +// Security
 +// Disable SSLv3 by setting the minimum supported protocol to TLS 1.0.
diff --git a/projects/instantbird/xmpp-inband-registration.patch b/projects/instantbird/xmpp-inband-registration.patch
index 28a8f90..8dbf4e0 100644
--- a/projects/instantbird/xmpp-inband-registration.patch
+++ b/projects/instantbird/xmpp-inband-registration.patch
@@ -124,7 +124,7 @@ diff --git a/chat/protocols/xmpp/xmpp-session.jsm b/chat/protocols/xmpp/xmpp-ses
 +        let ww = Cc["@mozilla.org/embedcomp/window-watcher;1"]
 +                   .getService(Ci.nsIWindowWatcher);
 +        let win = ww.openWindow(null, registerWindow, "",
-+                                "centerscreen,chrome,modal,minimizable=no", registerStanza);
++                                "centerscreen,chrome,modal,resizable=no,minimizable=no", registerStanza);
 +      } else {
 +        this.onError(null, _("connection.error.noRegistrationSupport"));
 +        return;



More information about the tor-commits mailing list