[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #9981 [EFF-HTTPS Everywhere]: Google APIs rule breaks a tool for a python class
#9981: Google APIs rule breaks a tool for a python class
--------------------------------------+-----------------
Reporter: micahlee | Owner: pde
Type: defect | Status: new
Priority: normal | Milestone:
Component: EFF-HTTPS Everywhere | Version:
Resolution: | Keywords:
Actual Points: | Parent ID:
Points: |
--------------------------------------+-----------------
Comment (by micahlee):
My best guess is that that URL attempts to load:
http://codeskulptor-examples.commondatastorage.googleapis.com/examples-
hello_world.py
And it gets rewritten to:
https://codeskulptor-examples.commondatastorage.googleapis.com/examples-
hello_world.py
Only both URLs work fine. I even tried making an ajax request from that
website by running this in a javascript console:
{{{
$.ajax({
url:'https://codeskulptor-examples.commondatastorage.googleapis.com
/examples-hello_world.py',
success:function(data){ alert('success! ' + data); },
error:function(err){ alert('error! '+err); }
});
}}}
It alerts the right code.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9981#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs