Open livekn opened 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.
if "neopets.com" in flow.request.host:
https://github.com/juvian/neopets-flash-fix/blob/bd3c8f2a5ecab922b0284a24de12aead9877e446/mitmproxy/neopets.py#L44
Good catch, changed it but didn't try it
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