diff --git a/CHANGES.md b/CHANGES.md index 1da1371879..ab2238b2aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -38,6 +38,14 @@ on [its own changelog](library/CHANGES.md) - Fix palette is over sidebar [#11160](https://tree.taiga.io/project/penpot/issue/11160) - Fix font size input not displaying "mixed" when multiple texts are selected [Taiga #11177](https://tree.taiga.io/project/penpot/issue/11177) + +## 2.7.2 (Unreleased) + +### :bug: Bugs fixed + +- Update plugins runtime [Github #6604](https://github.com/penpot/penpot/pull/6604) + + ## 2.7.1 ### :bug: Bugs fixed @@ -45,6 +53,7 @@ on [its own changelog](library/CHANGES.md) - Fix incorrect handling of strokes with images on importing files - Fix tokens disappearing after manual additions [Taiga #11063](https://tree.taiga.io/project/penpot/issue/11063) + ## 2.7.0 ### :rocket: Epics and highlights diff --git a/frontend/resources/plugins-runtime/index.js b/frontend/resources/plugins-runtime/index.js index c51bb9dbfc..07b7a342ca 100644 --- a/frontend/resources/plugins-runtime/index.js +++ b/frontend/resources/plugins-runtime/index.js @@ -5086,7 +5086,8 @@ class zc extends HTMLElement { "allow-modals", "allow-popups", "allow-popups-to-escape-sandbox", - "allow-storage-access-by-user-activation" + "allow-storage-access-by-user-activation", + "allow-same-origin" ), o && l.sandbox.add("allow-downloads"), l.addEventListener("load", () => { var d; (d = this.shadowRoot) == null || d.dispatchEvent(