06-29-2022 04:20 PM - edited 06-30-2022 04:15 PM
This is a WEBDEV question about the latest CSP enhancements in FF102:
"TransformStream and ReadableStream.pipeThrough have landed, allowing you to pipe from a ReadableStream to a WritableStream, executing a transformation on each chunk.
ReadableStream, TransformStream, and WritableStream are all transferable now.
Firefox now supports Content-Security-Policy (CSP) integration with WebAssembly. A document with a CSP that restricts scripts will no longer execute WebAssembly unless the policy uses 'unsafe-eval' or the new 'wasm-unsafe-eval' keyword."
QUESTION: Does this mean that web developers will have an easier, or more difficult job in coding sites with "better" CSP controls for working better in Firefox (say versus Chrome)?