Trusted Types (Firefox 148 and above) + Web Workers broken on Safer Level
Open a new Issue
While I was investigating https://github.com/hackademix/noscript/issues/533#issuecomment-4056037750 I realized Google Sheets was not actually requiring WASM specifically, but rather broke because its usage of Trusted Types prevented web workers to be patched by NoScript, which is needed for in-depth blocking of either WASM or WEBGL, making the main script fail as soon as it tried to create a worker.
Since we block both on Safer, we're gonna break sites which behave like this.
I'm looking for a work-around, because I'd really like to keep Trusted Types as a XSS mitigation on sites which opt-in leveraging them.