[tor-bugs] #6499 [EFF-HTTPS Everywhere]: zotero ACM Digital Library translator fails when HTTPS Everywhere is enabled
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Mon Aug 6 00:34:15 UTC 2012
#6499: zotero ACM Digital Library translator fails when HTTPS Everywhere is
enabled
----------------------------------+-----------------------------------------
Reporter: kynan | Owner: pde
Type: defect | Status: new
Priority: normal | Milestone:
Component: EFF-HTTPS Everywhere | Version:
Keywords: | Parent:
Points: | Actualpoints:
----------------------------------+-----------------------------------------
Comment(by simonster):
HTTPS Everywhere seems to break the following code:
{{{
var req =
Components.classes["@mozilla.org/xmlextras/xmlhttprequest;1"].createInstance();
req.open("GET", "http://www.example.com/", false);
req.send(null);
alert("Done");
}}}
I get "TypeError: sink.asyncOnChannelRedirect is not a function", the
alert never gets called, and Firefox hangs on shutdown. The problem
appears to be that
channel.notificationCallbacks.getInterface(Components.interfaces.nsIChannelEventSink)
returns an XMLHttpRequest object that doesn't actually implement
nsIChannelEventSink. Filed
https://bugzilla.mozilla.org/show_bug.cgi?id=780529
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6499#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list