Remove use of legacy interop preventing CSP compliance in Blazor WebAssembly#48182
Remove use of legacy interop preventing CSP compliance in Blazor WebAssembly#48182MackinnonBuck merged 1 commit intomainfrom
Conversation
|
Regarding the removal of |
|
By the way: According to my testing, this change will mean |
|
This PR should just contribute to the issue 48042, not close it.
Perhaps we could make it throw exceptions when |
|
We discussed with @MackinnonBuck that it would be good to do some perf testing before we remove that |
|
I've marked this PR to close #37787. It should be noted that 'wasm-unsafe-eval' is still required, but that's true for any WebAssembly app. |
Remove use of legacy interop preventing CSP compliance in Blazor WebAssembly
Opening as a draft until some open questions are resolved.
Contributes to #48042
Fixes #37787