@ixo/editor 3.0.0-beta.24 → 3.0.0-beta.25
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.
|
@@ -29759,7 +29759,7 @@ var EmbedTemplateView = ({ editor, block }) => {
|
|
|
29759
29759
|
height,
|
|
29760
29760
|
style: { border: "none", display: "block" },
|
|
29761
29761
|
sandbox,
|
|
29762
|
-
referrerPolicy: "
|
|
29762
|
+
referrerPolicy: "strict-origin-when-cross-origin",
|
|
29763
29763
|
loading: "lazy"
|
|
29764
29764
|
}
|
|
29765
29765
|
))));
|
|
@@ -29825,7 +29825,7 @@ var EmbedFlowView = ({ editor, block }) => {
|
|
|
29825
29825
|
height,
|
|
29826
29826
|
style: { border: "none", display: "block" },
|
|
29827
29827
|
sandbox,
|
|
29828
|
-
referrerPolicy: "
|
|
29828
|
+
referrerPolicy: "strict-origin-when-cross-origin",
|
|
29829
29829
|
loading: "lazy"
|
|
29830
29830
|
}
|
|
29831
29831
|
))));
|
|
@@ -33350,4 +33350,4 @@ export {
|
|
|
33350
33350
|
getExtraSlashMenuItems,
|
|
33351
33351
|
useCreateIxoEditor
|
|
33352
33352
|
};
|
|
33353
|
-
//# sourceMappingURL=chunk-
|
|
33353
|
+
//# sourceMappingURL=chunk-TLYT3OAQ.mjs.map
|