mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 18:06:14 +00:00
🐛 Add sandbox runtime
This commit is contained in:
parent
050ffa235c
commit
a3e17047a4
@ -5086,7 +5086,8 @@ class zc extends HTMLElement {
|
|||||||
"allow-modals",
|
"allow-modals",
|
||||||
"allow-popups",
|
"allow-popups",
|
||||||
"allow-popups-to-escape-sandbox",
|
"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", () => {
|
), o && l.sandbox.add("allow-downloads"), l.addEventListener("load", () => {
|
||||||
var d;
|
var d;
|
||||||
(d = this.shadowRoot) == null || d.dispatchEvent(
|
(d = this.shadowRoot) == null || d.dispatchEvent(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user