Skip to content
New issue

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

Phoning home to accounts.google.com #7023

Closed
GHLover opened this issue Mar 27, 2019 · 2 comments
Closed

Phoning home to accounts.google.com #7023

GHLover opened this issue Mar 27, 2019 · 2 comments

Comments

@GHLover
Copy link

GHLover commented Mar 27, 2019

Expected behavior

No phoning home to google

Actual behavior

The software phones home to google on startup. The output on the command line is the following: [ERROR:cert_verify_proc_nss.cc(974)] CERT_VerifyCert...for accounts.google.com failed err=-8179

How to reproduce

Get a firewall that will warn you of any outgoing connections. Startup up the software. It will phone home to google.

I am running the app with --disable-sync --disable-background-networking --disable-component-update and it is still contacting google. It is like a virus basically trying to send data to google

@ffanny
Copy link
Member

ffanny commented Mar 28, 2019

Would you please provide an NW app demo for reproducing? Which always phones home to google on startup.

@bluthen
Copy link
Contributor

bluthen commented Mar 28, 2019

I'm not sure if this is what you need but:
If I download nwjs v0.37.1 for linux:
Then I run netstat -tpnc
I start ./nw just by itself, so it use the base plain NW.JS page and nothing else, I see in netstat:

tcp 0 0 10.11.72.249:41016 172.217.4.205:443 ESTABLISHED 12991/./nw

172.217.4.205 is a google IP.
https://ipinfo.io/172.217.4.205

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

No branches or pull requests

3 participants