@uxbertlabs/reportly 1.0.9 → 1.0.10

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.
@@ -9460,7 +9460,7 @@ class Screenshot {
9460
9460
  canvas = await html2canvas(document.body, {
9461
9461
  // foreignObjectRendering: true,
9462
9462
  useCORS: true,
9463
- allowTaint: true,
9463
+ allowTaint: false,
9464
9464
  logging: true,
9465
9465
  width: window.innerWidth,
9466
9466
  height: window.innerHeight,