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

What if JavaScript is served through something like Fiddler AutoResponder?

Open amithegde opened this issue 6 years ago • 0 comments

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?

amithegde avatar Aug 09 '19 07:08 amithegde