[tor-bugs] #9981 [EFF-HTTPS Everywhere]: Google APIs rule breaks a tool for a python class

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Oct 16 01:44:50 UTC 2013


#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


More information about the tor-bugs mailing list