r63206 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63205‎ | r63206 | r63207 >
Date:15:19, 3 March 2010
Author:dale
Status:deferred
Tags:
Comment:
added prototype.wikimedia.org to proxy whitelist.
Modified paths:
  • /branches/js2-work/phase3/js/apiProxyPage.js (modified) (history)

Diff [purge]

Index: branches/js2-work/phase3/js/apiProxyPage.js
@@ -17,7 +17,7 @@
1818 // The default mwApiProxyConfig config
1919 // (presently hard coded but should read from user and site config)
2020 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' ],
2222 'master_blacklist' : []
2323 };
2424

Status & tagging log