juvian / neopets-flash-fix

Flash fix explanation and fixed swf
12 stars 10 forks source link

The 3dvia game fix do not work in mitmproxy #5

Open livekn opened 1 year ago

livekn commented 1 year ago

The 3dvia game fix do not work in mitmproxy. It is because it's under if "neopets.com" in flow.request.host:, so never matched.

https://github.com/juvian/neopets-flash-fix/blob/bd3c8f2a5ecab922b0284a24de12aead9877e446/mitmproxy/neopets.py#L44

juvian commented 1 year ago

Good catch, changed it but didn't try it