@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.
- package/dist/reportly.cjs.js +1 -1
- package/dist/reportly.cjs.js.map +1 -1
- package/dist/reportly.esm.js +1 -1
- package/dist/reportly.esm.js.map +1 -1
- package/dist/reportly.js +1 -1
- package/dist/reportly.js.map +1 -1
- package/dist/reportly.min.js +1 -1
- package/package.json +1 -1
package/dist/reportly.js
CHANGED
@@ -9461,7 +9461,7 @@ var Reportly = (function () {
|
|
9461
9461
|
canvas = await html2canvas(document.body, {
|
9462
9462
|
// foreignObjectRendering: true,
|
9463
9463
|
useCORS: true,
|
9464
|
-
allowTaint:
|
9464
|
+
allowTaint: false,
|
9465
9465
|
logging: true,
|
9466
9466
|
width: window.innerWidth,
|
9467
9467
|
height: window.innerHeight,
|