mirror of
https://github.com/penpot/penpot.git
synced 2026-05-01 22:28:15 +00:00
Merge pull request #6604 from penpot/alotor-fix-sandbox-runtime
🐛 Add sandbox runtime
This commit is contained in:
commit
2398c1fc2b
@ -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…
x
Reference in New Issue
Block a user