[tor-messenger-build/master] Remove automatic configuration of HS addresses

commit 25d84b87878b00198358dfdd8921369150d6d947 Author: Sukhbir Singh <sukhbir@torproject.org> Date: Mon Jun 29 14:34:05 2015 -0400 Remove automatic configuration of HS addresses Tor Messenger configures HS access for known XMPP servers. Based on discussion as commented in #13855 (comment 7 onwards), we are disabling this feature for now by removing the patches from the build process. --- projects/instantbird/config | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/instantbird/config b/projects/instantbird/config index 3caba4c..11c3b36 100644 --- a/projects/instantbird/config +++ b/projects/instantbird/config @@ -84,9 +84,6 @@ input_files: - filename: xmppRegister.xul - filename: xmpp-domain.patch - filename: xmpp-resource.patch - - filename: xmpp-onion-js.patch - - filename: xmpp-onion-xul.patch - - filename: xmpp-onion-locale.patch - filename: xmpp-username-split.patch - filename: version.patch - filename: branding/blistWindow.png
participants (1)
-
sukhbir@torproject.org