@optilogic/core 1.0.0-beta.16 → 1.0.0-beta.17

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/index.js CHANGED
@@ -7512,7 +7512,7 @@ function HtmlRenderer({
7512
7512
  "iframe",
7513
7513
  {
7514
7514
  srcDoc: content ?? "",
7515
- sandbox: "",
7515
+ sandbox: "allow-scripts",
7516
7516
  title: fileName,
7517
7517
  className: cn("h-full w-full border-0", className)
7518
7518
  }