We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59192ea commit b8aaa17Copy full SHA for b8aaa17
src/openlayers/mapping/WebMap.js
@@ -3992,7 +3992,7 @@ export class WebMap extends Observable {
3992
* @returns
3993
*/
3994
isCredentail(url, proxy) {
3995
- if(this.isIportalProxyServiceUrl(url) || (proxy !== false && !CommonUtil.isInTheSameDomain(url))) {
+ if(proxy || this.isIportalProxyServiceUrl(url) || CommonUtil.isInTheSameDomain(url)) {
3996
return true
3997
}
3998
return;
0 commit comments