From a3e17047a4fff8b2ad9c100b10d0c81f8391309d Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Fri, 30 May 2025 15:38:42 +0200 Subject: [PATCH 1/2] :bug: Add sandbox runtime --- frontend/resources/plugins-runtime/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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( From 27ab910a64b9ff712ca67b3512cfb0de15423c1a Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 2 Jun 2025 12:36:47 +0200 Subject: [PATCH 2/2] :books: Update changelog --- CHANGES.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4001a3ce0f..affe7d1318 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # CHANGELOG + +## 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 @@ -8,7 +16,7 @@ - Fix tokens disappearing after manual additions [Taiga #11063](https://tree.taiga.io/project/penpot/issue/11063) -## 2.7.0 +## 2.7.0 ### :rocket: Epics and highlights