Merge pull request #2539 from eug-L/master

Fix Ajax headers not propagated to navigator
This commit is contained in:
Ian Gilman 2024-06-10 09:24:05 -07:00 committed by GitHub
commit a96d186650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -515,6 +515,9 @@ $.Viewer = function( options ) {
crossOriginPolicy: this.crossOriginPolicy,
animationTime: this.animationTime,
drawer: this.drawer.getType(),
loadTilesWithAjax: this.loadTilesWithAjax,
ajaxHeaders: this.ajaxHeaders,
ajaxWithCredentials: this.ajaxWithCredentials,
});
}