Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Atom makes numerous requests on start / offers no way to disable #8157

Closed
bnvk opened this issue Jul 30, 2015 · 2 comments
Closed

Atom makes numerous requests on start / offers no way to disable #8157

bnvk opened this issue Jul 30, 2015 · 2 comments
Labels

Comments

@bnvk
Copy link

bnvk commented Jul 30, 2015

Upon running Atom (on Mac OS 10.9+), I have noticed it wants to connect to the following URLs:

  • atom.io on TCP port 443 (https)
  • 2001:4860:4860::8888 on UDP port 53 (domain) and (Reverse DNS: google-public-dns-a.google.com)
  • s3-1.amazonaws.com on port 443 (https)
  • maps.gstatic.com on port 443 (https)
  • www-google-analytics.l.google.com on TCP port 443 (https) and (193.229.108.55)

I assumed the first couple were to just check if there were any updates, but the calls to Google have me stumped as to why my local app needs to ping Google. I searched the codebase and didn't find any mention of these URLs.

Perhaps you can explain these requests (or already have somewhere). Additionally, It seems that offering users a way to opt-out / disable these requests would be desirable, especially for the more privacy conscious users.

@thomasjo
Copy link
Contributor

First three are related to Atom's auto-update mechanism and package updating. The last two are related to the metrics package. See #4966 for more details.

@lock
Copy link

lock bot commented Jan 21, 2019

This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!

@lock lock bot locked as resolved and limited conversation to collaborators Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants