Index: branches/js2-work/phase3/js/apiProxyPage.js |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | // The default mwApiProxyConfig config |
19 | 19 | // (presently hard coded but should read from user and site config) |
20 | 20 | var mwApiProxyDefaultConfig = { |
21 | | - 'master_whitelist' : [ 'en.wikipedia.org', 'localhost', '127.1.1.100' ], |
| 21 | + 'master_whitelist' : [ 'en.wikipedia.org', 'prototype.wikimedia.org', 'localhost', '127.1.1.100' ], |
22 | 22 | 'master_blacklist' : [] |
23 | 23 | }; |
24 | 24 | |