nuxeo-development-framework 1.6.2 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/nuxeo-development-framework.umd.js +1 -2
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/pdf-tron/pdftron/pdftron.component.js +2 -3
- package/fesm2015/nuxeo-development-framework.js +1 -2
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/package.json +1 -1
|
@@ -19660,12 +19660,11 @@
|
|
|
19660
19660
|
}
|
|
19661
19661
|
if (this.fileURL && this.fileURL.length) {
|
|
19662
19662
|
this.webViewerInstance.loadDocument(this.fileURL, {
|
|
19663
|
-
filename: this.fileTitle,
|
|
19664
19663
|
xodstreaming: true,
|
|
19665
19664
|
customHeaders: {
|
|
19666
19665
|
Authorization: this.authHeader,
|
|
19667
19666
|
},
|
|
19668
|
-
withCredentials: true,
|
|
19667
|
+
// withCredentials: true,
|
|
19669
19668
|
});
|
|
19670
19669
|
}
|
|
19671
19670
|
else {
|