disable-webassembly icon indicating copy to clipboard operation
disable-webassembly copied to clipboard

Browser hacks to disable WebAssembly (WASM)

Results 6 disable-webassembly issues
Sort by recently updated
recently updated
newest added

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) ![screen shot 2018-03-26 at 16 11 05](https://user-images.githubusercontent.com/114508/37914950-506e9788-3110-11e8-82e2-1ff22e101f61.png) 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...