ArchGPT / insomnium

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia
MIT License
3.33k stars 125 forks source link

Insomnium making requests to updates.insomnia.rest #73

Closed tofran closed 8 months ago

tofran commented 8 months ago

Expected Behavior

Insomnium should not be tapping back home. Should work offline and only make requests to where the user point it to, and when the user instructs it to.

Actual Behavior

With a firewall installed, in this case LuLu, I can see that insomnium is making requests to the following url:

https://updates.insomnia.rest/builds/check/mac?v=0.2.1-b&app=com.insomnium.app&channel=stable
Screenshot 2023-10-23 at 17 53 26

I have never accepted any privacy policy, terms of use or checkbox saying automatic updates. Furthermore nor the License that is a plain MIT License or the readme mention that this application does tracking.

Reproduction Steps

Is there an existing issue for this?

Additional Information

No response

Insomnium Version

0.2.1-b

What operating system are you using?

macOS

Operating System Version

14.0 (23A344)

Installation method

Manual with Insomnium.Core-0.2.1-b.dmg frm GitHub releases

Last Known Working Insomnium version

Haven't tried other versions

archywillhe commented 8 months ago

thanks for the report! hmm interesting; that shouldn't be happening since I've already disabled the version-auto-update check on start-up; probably a fn from somewhere else making that call; I'll get this fixed in the next release

archywillhe commented 8 months ago

aw I see; because the setting.updateAutomatically is stored in the DB (so the old config basically got copied over from Insomnia and triggered an update). So basically I need to completely remove the fn instead of using updateAutomatically: false

tofran commented 8 months ago

@archywillhe thank you very much for the quick fix and all the effort in maintaining this project!