mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Merge pull request #2539 from eug-L/master
Fix Ajax headers not propagated to navigator
This commit is contained in:
commit
a96d186650
@ -515,6 +515,9 @@ $.Viewer = function( options ) {
|
|||||||
crossOriginPolicy: this.crossOriginPolicy,
|
crossOriginPolicy: this.crossOriginPolicy,
|
||||||
animationTime: this.animationTime,
|
animationTime: this.animationTime,
|
||||||
drawer: this.drawer.getType(),
|
drawer: this.drawer.getType(),
|
||||||
|
loadTilesWithAjax: this.loadTilesWithAjax,
|
||||||
|
ajaxHeaders: this.ajaxHeaders,
|
||||||
|
ajaxWithCredentials: this.ajaxWithCredentials,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user