mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 10:11:43 +02:00
🐛 Add sandbox runtime
This commit is contained in:
parent
050ffa235c
commit
a3e17047a4
1 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue