jspaint
jspaint copied to clipboard
why does electron app make requests to internet when started?
where all does it happen?
What requests are you seeing? The app should be standalone, and doesn't include any analytics. It might request to see if there are any news updates to show, but that should be about it.
Not sure what all requests. my firewall says its connecting to the internet. Which lines can i comment so that it NEVER makes any Internet connection
I remember now, it's the images in the news updates.
You can comment out all the project news in the index.html
file, or just the <img ...
lines.
It shouldn't really be loading the images until you open Project News though.
Okay thanks