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