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.
@@ -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 {