Sorry for the late reply...<br><br>1. I've tried with the latest version from <a href="http://eff.org" target="_blank">eff.org</a> (1.0.3) and the latest development version (2.0development.2) - both have this issue.<br>

2. Yes (even in the development release, everything works fine when the YouTube rule is disabled)<br>
3. I'm not sure - at first, it doesn't seem to be related, but "the plot thickens" as you go down the comments.<br><br>More info: The Firefox extension I'm working on (<a href="http://mp4downloader.mozdev.org/" target="_blank">MP4 Downloader</a>) has a feature that finds embedded YouTube videos in web pages and adds the ability to download them. It sends an XMLHttpRequest to "<a href="http://www.youtube.com/get_video_info?video_id=VIDEO_ID" target="_blank">http://www.youtube.com/get_video_info?video_id=VIDEO_ID</a>" (in chrome code, so no cross-domain problems) - the actual code can be found <a href="http://www.mozdev.org/source/browse/mp4downloader/src/1.3.x/chrome/content/mp4downloader.js?rev=1.99;content-type=text%2Fx-cvsweb-markup;ln=1#l685" target="_blank">here</a> (this is the revision before I changed the request to use HTTPS - and many other things are pretty buggy, too, but that's because this is still "trunk" code). This request never seems to go through with the YouTube rule enabled, but disabling the YouTube rule or changing the request to HTTPS both fix the problem for me. I will probably just permanently change that request to HTTPS (but do you know if this might cause any side-effects, since you probably know YouTube's HTTPS workings better than me?)<br>


<br>I understand if you don't really have any time to look into this.<br><br>Thanks a lot,<br>Jake<br><br><br><div class="gmail_quote">On Wed, Oct 5, 2011 at 2:44 PM, Peter Eckersley <span dir="ltr"><<a href="mailto:pde@eff.org" target="_blank">pde@eff.org</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jake:<br>
<br>
1. Which version are you running?<br>
2. Do you have the YouTube ruleset enabled?<br>
3. I wonder if this is the same bug as<br>
   <a href="https://trac.torproject.org/projects/tor/ticket/4149" target="_blank">https://trac.torproject.org/projects/tor/ticket/4149</a> ?<br>
<div><div></div><div><br>
On Mon, Oct 03, 2011 at 10:20:18PM -0400, Jake Hartz wrote:<br>
> Hello,<br>
><br>
> I have a Firefox extension that seems to conflict with HTTPS Everywhere<br>
> (which I love, by the way). Whenever it tries to make an XMLHttpRequest to<br>
> YouTube (such as one to "<br>
> <a href="http://www.youtube.com/get_video_info?video_id=Tx1XIm6q4r4" target="_blank">http://www.youtube.com/get_video_info?video_id=Tx1XIm6q4r4</a>"), it fails<br>
> (although it works fine when HTTPS Everywhere isn't installed). When<br>
> listening to onreadystatechange on the XHR object, it is only called once<br>
> (with a readyState of 1 and HTTP status 0). It is acting as if the request<br>
> fails right in the middle of loading. Do you think you would know anything<br>
> more about this? (If I use HTTPS instead of HTTP in the XHR object, it works<br>
> fine, so I might just do this - but I might have to do a bit of testing to<br>
> make sure it still works as expected.)<br>
><br>
> Thanks,<br>
> Jake<br>
<br>
</div></div>> _______________________________________________<br>
> HTTPS-everywhere mailing list<br>
> <a href="mailto:HTTPS-everywhere@mail1.eff.org" target="_blank">HTTPS-everywhere@mail1.eff.org</a><br>
> <a href="https://mail1.eff.org/mailman/listinfo/https-everywhere" target="_blank">https://mail1.eff.org/mailman/listinfo/https-everywhere</a><br>
<font color="#888888"><br>
<br>
--<br>
Peter Eckersley                            <a href="mailto:pde@eff.org" target="_blank">pde@eff.org</a><br>
Technology Projects Director      Tel  <a href="tel:%2B1%20415%20436%209333%20x131" value="+14154369333" target="_blank">+1 415 436 9333 x131</a><br>
Electronic Frontier Foundation    Fax  <a href="tel:%2B1%20415%20436%209993" value="+14154369993" target="_blank">+1 415 436 9993</a><br>
</font></blockquote></div><br>