You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var d = document.createElement('div');
document.body.appendChild(d);
d.innerHTML = `<iframe
srcdoc="<iframe></iframe>"</iframe>`;
frames[0][0].alert(1);
See console: Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' blob:". .. etc. The CSP doesn't have a nonce/hash, so the inline scripts created by
See console:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' blob:".
.. etc. The CSP doesn't have a nonce/hash, so the inline scripts created bysnow/src/html.js
Line 9 in 77d1378
snow/src/html.js
Line 14 in 77d1378
The text was updated successfully, but these errors were encountered: