forked from USEPA-clone/EJScreen
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproxy.config
62 lines (61 loc) · 3.94 KB
/
proxy.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8" ?>
<ProxyConfig allowedReferers="*"
mustMatch="true">
<!-- white list for allowed URLs used by proxy.ashx in EJScreen -->
<serverUrls>
<serverUrl url="https://apps.fs.usda.gov" matchAll="true"/>
<serverUrl url="https://arcgis.github.io" matchAll="true"/>
<serverUrl url="https://carto.nationalmap.gov" matchAll="true"/>
<serverUrl url="https://coast.noaa.gov" matchAll="true"/>
<serverUrl url="https://echo.epa.gov" matchAll="true"/>
<serverUrl url="https://arcgis.edap-cluster.com" matchAll="true"/>
<serverUrl url="https://ejscreen.epa.gov" matchAll="true"/>
<serverUrl url="https://enviro.epa.gov" matchAll="true"/>
<serverUrl url="https://enviroatlas.epa.gov" matchAll="true"/>
<serverUrl url="https://files.airnowtech.org" matchAll="true"/>
<serverUrl url="https://geodata.epa.gov" matchAll="true"/>
<serverUrl url="https://geo.dot.gov" matchAll="true"/>
<serverUrl url="https://geopub.epa.gov" matchAll="true"/>
<serverUrl url="https://ghgdata.epa.gov" matchAll="true"/>
<serverUrl url="https://gis.blm.gov" matchAll="true"/>
<serverUrl url="https://gis.fws.gov" matchAll="true"/>
<serverUrl url="https://gispub.epa.gov" matchAll="true"/>
<serverUrl url="https://hazards.fema.gov" matchAll="true"/>
<serverUrl url="https://idpgis.ncep.noaa.gov" matchAll="true"/>
<serverUrl url="https://landscape.blm.gov" matchAll="true"/>
<serverUrl url="https://maps1.arcgisonline.com" matchAll="true"/>
<serverUrl url="https://marine.usgs.gov" matchAll="true"/>
<serverUrl url="https://ofmpub.epa.gov" matchAll="true"/>
<serverUrl url="https://raster.nationalmap.gov" matchAll="true"/>
<serverUrl url="https://sampleserver1.arcgisonline.com" matchAll="true"/>
<serverUrl url="https://sdmdataaccess.sc.egov.usda.gov" matchAll="true"/>
<serverUrl url="https://services.arcgis.com" matchAll="true"/>
<serverUrl url="https://services1.arcgis.com" matchAll="true"/>
<serverUrl url="https://services2.arcgis.com" matchAll="true"/>
<serverUrl url="https://services.arcgisonline.com" matchAll="true"/>
<serverUrl url="https://www.waterqualitydata.us" matchAll="true"/>
<serverUrl url="https://watersgeo.epa.gov" matchAll="true"/>
<serverUrl url="https://www.airnowapi.org" matchAll="true"/>
<serverUrl url="https://www.coast.noaa.gov" matchAll="true"/>
<serverUrl url="https://www.fws.gov" matchAll="true"/>
<serverUrl url="https://www.mrlc.gov" matchAll="true"/>
<serverUrl url="https://gis8.saic.com" matchAll="true"/>
<serverUrl url="https://ejscreen.epa.gov" matchAll="true"/>
<serverUrl url="https://maps.dnr.illinois.gov" matchAll="true"/>
<serverUrl url="https://geoservices.osmre.gov" matchAll="true"/>
<serverUrl url="https://ejscreen.epa.gov" matchAll="true"/>
<serverUrl url="https://nces.ed.gov" matchAll="true"/>
<serverUrl url="https://gis.des.nh.gov" matchAll="true"/>
<serverUrl url="https://gis1.usgs.gov/" matchAll="true"/>
<serverUrl url="https://www.epa.gov/" matchAll="true"/>
<serverUrl url="https://api.mapbox.com/" matchAll="true" tokenParamName="access_token" accessToken="pk.eyJ1IjoiYXdwaGFsbDIyIiwiYSI6ImNsajY3enYzOTA5YXgzam1oZmF5Yms2enAifQ.7ciWpv7qPVD0rludyaOoWQ"/>
<serverUrl url="https://mercator.env.nm.gov" matchAll="true"/>
<serverUrl url="https://gis.earthdata.nasa.gov" matchAll="true"/>
<serverUrl url="https://maps.disasters.nasa.gov" matchAll="true"/>
<serverUrl url="https://nasa.maps.arcgis.com" matchAll="true"/>
<serverUrl url="https://services7.arcgis.com" matchAll="true"/>
<serverUrl url="https://tiles.arcgis.com" matchAll="true"/>
<serverUrl url="https://web.archive.org" matchAll="true"/>
</serverUrls>
</ProxyConfig>
<!-- See https://github.com/Esri/resource-proxy for more information -->