From 8f50443a777ab96c81fb066eed62deccff99ae82 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Tue, 6 Jun 2006 16:08:46 +0000 Subject: [PATCH] If I commit this, svn will auto-checkout onto /dev/ on openlayers.org, and then I'll be able to actually use that service to do what I need to do, since I have no perms to run cgi on my own. Hooray for commit access git-svn-id: http://svn.openlayers.org/trunk/openlayers@529 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/proxy.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/proxy.cgi b/examples/proxy.cgi index a77df0aec9..51f3471433 100755 --- a/examples/proxy.cgi +++ b/examples/proxy.cgi @@ -20,7 +20,7 @@ url = fs.getvalue('url', "http://openlayers.org") # Designed to prevent Open Proxy type stuff. -allowedHosts = ['www.openlayers.org', 'openlayers.org', 'octo.metacarta.com'] +allowedHosts = ['www.openlayers.org', 'openlayers.org', 'octo.metacarta.com', 'merrimack.metacarta.com'] try: host = url.split("/")[2]