www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit b5d07e1951b7beb1c6e5f1dd14af3c4e0b248770
parent 3c0e4a2ce458663814a293c1c6e773a1888cb32f
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu,  7 Mar 2013 15:58:55 -0500

Use hostPort for debug messages

Diffstat:
Mchrome/content/zotero/xpcom/cookieSandbox.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/cookieSandbox.js b/chrome/content/zotero/xpcom/cookieSandbox.js @@ -142,7 +142,7 @@ Zotero.CookieSandbox.Observer = new function() { this.observe = function(channel, topic) { channel.QueryInterface(Components.interfaces.nsIHttpChannel); var trackedBy, tested, browser, callbacks, - channelURI = channel.URI.spec, + channelURI = channel.URI.hostPort, notificationCallbacks = channel.notificationCallbacks; // try the notification callbacks