Merge pull request from tmickel/killproxy

Remove proxy
This commit is contained in:
Tim Mickel 2014-09-08 15:49:27 -04:00
commit be025467c4
5 changed files with 4 additions and 97 deletions

View file

@ -24,10 +24,6 @@
var IO = function() {
this.data = null;
// In production, simply use the local path (no proxy)
// since we won't be hampered by the same-origin policy.
this.base = 'proxy.php?resource=internalapi/';
//this.base = 'http://scratch.mit.edu/internalapi/'; // Final base
this.project_base = 'http://projects.scratch.mit.edu/internalapi/project/';
this.project_suffix = '/get/';
this.asset_base = 'http://cdn.scratch.mit.edu/internalapi/asset/';