Disable tracking windows until bug is fixed for opening multiple tabs.
diff --git a/ndnProtocol/components/ndnProtocolService.js b/ndnProtocol/components/ndnProtocolService.js
index 716eea3..4b254c3 100644
--- a/ndnProtocol/components/ndnProtocolService.js
+++ b/ndnProtocol/components/ndnProtocolService.js
@@ -85,9 +85,11 @@
                 var closure = new ContentClosure(NdnProtocolInfo.ndn, contentListener, name, 

                      aURI, searchWithoutNdn + uriParts.hash, segmentTemplate);

                      

+                /* Disable until bug is fixed for opening multiple tabs.

                 if (contentChannel.loadFlags & (1<<19))

                     // Load flags bit 19 means this channel is for the main window with the URL bar.

                     ContentClosure.setClosureForWindow(contentChannel.mostRecentWindow, closure);

+                 */

                 

                 NdnProtocolInfo.ndn.expressInterest

                     (name, new ExponentialReExpressClosure(closure), template);