mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
14 lines
460 B
XML
14 lines
460 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<ProxyConfig allowedReferers="*"
|
|
logFile="proxy_log.log"
|
|
mustMatch="true">
|
|
<serverUrls>
|
|
<serverUrl url="http://services.arcgisonline.com"
|
|
matchAll="true"/>
|
|
<serverUrl url="http://sampleserver3.arcgisonline.com"
|
|
matchAll="true"/>
|
|
</serverUrls>
|
|
</ProxyConfig>
|
|
|
|
<!-- See https://github.com/Esri/resource-proxy for more information -->
|