We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
Is there a way to patch JS code, either by MITM it or re-routing to a local copy, contained inside the electron-container.
I guess CORS and those protections make it harder?
Target is vendor-client.<chunk-hex>.js
vendor-client.<chunk-hex>.js
The text was updated successfully, but these errors were encountered:
While this should be possible to add, the DevTools (CTRL+SHIFT+I) should be good enough for this.
CORS is not an issue since this is an electron app so I have full control over the browser.
Sorry, something went wrong.
Also that chunk stuff is probably generated by webpack or rollup.
No branches or pull requests
Hey,
Is there a way to patch JS code, either by MITM it or re-routing to a local copy, contained inside the electron-container.
I guess CORS and those protections make it harder?
Target is
vendor-client.<chunk-hex>.js
The text was updated successfully, but these errors were encountered: