Skip to content

Commit 63f4faf

Browse files
author
Tim Mickel
committed
Remove references to proxy in IO.js
1 parent 1b96a42 commit 63f4faf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

js/IO.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424

2525
var IO = function() {
2626
this.data = null;
27-
// In production, simply use the local path (no proxy)
28-
// since we won't be hampered by the same-origin policy.
29-
this.base = 'proxy.php?resource=internalapi/';
30-
//this.base = 'http://scratch.mit.edu/internalapi/'; // Final base
3127
this.project_base = 'http://projects.scratch.mit.edu/internalapi/project/';
3228
this.project_suffix = '/get/';
3329
this.asset_base = 'http://cdn.scratch.mit.edu/internalapi/asset/';

0 commit comments

Comments
 (0)