@matterfact/embed 0.11.0 → 0.11.1
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/react.cjs +1 -1
- package/dist/react.cjs.map +1 -1
- package/dist/react.js +1 -1
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
package/dist/react.cjs
CHANGED
|
@@ -2468,7 +2468,7 @@ function MatterfactArtifact({
|
|
|
2468
2468
|
title: `matterfact artifact ${slug}`,
|
|
2469
2469
|
className: className2,
|
|
2470
2470
|
style: { width: "100%", height: 600, border: 0, ...style },
|
|
2471
|
-
sandbox: "allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox"
|
|
2471
|
+
sandbox: "allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox allow-downloads"
|
|
2472
2472
|
}
|
|
2473
2473
|
);
|
|
2474
2474
|
}
|