Bug 20489 Configure illegal file characters https://bugzilla.wikimedia.org/show_bug...
[mediawiki.git] / js2 / mwApiProxy.html
blob7d66d13fc97fbedd3b631ec0a50a5dc079337633
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <title>Javascript Api Proxy</title>
6 <style type="text/css">
7 body{
8 font-size:80%;
10 img {
11 border:medium none;
13 </style>
14 <script type="text/javascript">
15 var domainList = [
16 '127.0.0.1'
18 </script>
19 </head>
20 <body>
21 <h3> This file proxies api and html output for source domains: </h3>
22 <div id="domainList"></div>
23 <script type="text/javascript">
24 var o='';
25 for( var i in domainList){
26 o+='<br><i>'+ domainList[i] + '</i>';
28 </script>
29 </body>
30 </html>