@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.js
CHANGED
|
@@ -915,7 +915,7 @@ function MatterfactArtifact({
|
|
|
915
915
|
title: `matterfact artifact ${slug}`,
|
|
916
916
|
className,
|
|
917
917
|
style: { width: "100%", height: 600, border: 0, ...style },
|
|
918
|
-
sandbox: "allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox"
|
|
918
|
+
sandbox: "allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox allow-downloads"
|
|
919
919
|
}
|
|
920
920
|
);
|
|
921
921
|
}
|