Hacker News new | ask | show | jobs
by mh- 1286 days ago
Since one of the parent comments mentioned AJAX, I'll add that you'll also be prevented from eval'ing that payload.
1 comments

Yes, I should have been more clear: CSP doesn’t allow you to download an external script and execute it, which requires unsafe-eval.
Sounds like your exception will need to become a language interpreter itself.
Does manifest v3 support wasm?

Time to package a JavaScript interpreter into wasm and run it within the extension.