diff --git a/crates/js/lib/src/core/render.ts b/crates/js/lib/src/core/render.ts index da223851..ee08ef28 100644 --- a/crates/js/lib/src/core/render.ts +++ b/crates/js/lib/src/core/render.ts @@ -7,15 +7,16 @@ import NORMALIZE_CSS from './styles/normalize.css?inline'; import IFRAME_TEMPLATE from './templates/iframe.html?raw'; // Sandbox permissions granted to creative iframes. -// Notably absent: -// allow-scripts, allow-same-origin — prevent JS execution and same-origin -// access, which are the primary attack vectors for malicious creatives. -// allow-forms — server-side sanitization strips