stevespringett / disable-webassembly

Browser hacks to disable WebAssembly (WASM)
110 stars 7 forks source link

What if JavaScript is served through something like Fiddler AutoResponder? #5

Open amithegde opened 4 years ago

amithegde commented 4 years ago

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 Fiddler. Many organizations use proxy for internal network which is a single point of failure in this case. How can this be mitigated? I guess JS is as vulnerable as WASM in that case? Thoughts?