disable-webassembly
disable-webassembly copied to clipboard
Browser hacks to disable WebAssembly (WASM)
Couldn't you just invoke a JS command `delete WebAssembly` as a [userscript](https://en.wikipedia.org/wiki/Userscript)?
Chrome Version 65.0.3325.181 (Official Build) (64-bit)  I then tried different WASM application, especially coinhive.com and other ads-crypto-miners: they all still work just fine....
I.e. under Content Setting in Chrome. If so, it might be useful to add in the guidance.
Even if the javascript is coming form origin server (not a CDN or CORS request), it can potentially be served through Fiddler AutoResponder if request is made to go through...
## Preface I tested `about:blank` and some other sites that use WASM against the [SO script](https://stackoverflow.com/questions/47879864/how-can-i-check-if-a-browser-supports-webassembly/47880734#47880734) mentioned in #2 . Tested on Edge 136 (latest) ## Manual Flags to disable...