Remove line that was testing exception handling.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@285 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -19,7 +19,6 @@ fs = cgi.FieldStorage()
|
||||
url = fs.getvalue('url', "http://openlayers.org")
|
||||
|
||||
allowedHosts = ['www.openlayers.org', 'openlayers.org', 'octo.metacarta.com']
|
||||
allowedHosts = object()
|
||||
host = url.split("/")[2]
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user