Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Insomnium making requests to updates.insomnia.rest #73

Closed
1 task done
tofran opened this issue Oct 23, 2023 · 3 comments
Closed
1 task done

Insomnium making requests to updates.insomnia.rest #73

tofran opened this issue Oct 23, 2023 · 3 comments

Comments

@tofran
Copy link

tofran commented Oct 23, 2023

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

  • Install the firewall of your choice, in this case LuLu
  • Clean install Insomnium 0.2.1-b on mac 14.0 (23A344)
  • Copy .DB files from Insomnia to Insomnium
  • Open Insomnium
  • Insomnium will make this request

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
Copy link
Member

archywillhe commented Oct 23, 2023

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
Copy link
Member

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
Copy link
Author

tofran commented Oct 23, 2023

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants