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

Privacy and chromium #8818

Closed
sonicou opened this issue Mar 3, 2017 · 6 comments
Closed

Privacy and chromium #8818

sonicou opened this issue Mar 3, 2017 · 6 comments

Comments

@sonicou
Copy link

sonicou commented Mar 3, 2017

I am looking for general information about the electron framework and privacy issues, especially regarding the use of chromium.

Since the google brower is well known for spying on its users, it would be great to know what the implications for electron based apps are. There have been some questions regarding this on the net but I did not find any official information about this.

How exactly does electron deal with controversal features of chromium regarding privacy and connections to google in general?

@hackjutsu
Copy link

@sonicou Just curious, can you elaborate on "the google browser is well known for spying on its users"?

@sonicou
Copy link
Author

sonicou commented Mar 3, 2017

I do not think this is the place for a general discussion about this and I believe the privacy issues of google (services) and their browser are well known. User tracking is basically their business model...

I would like to focus on thoses issues in regards to the use of chromium in electron.

@KagamiChan
Copy link
Contributor

KagamiChan commented Mar 3, 2017

I'm just wondering which parts of chrome features make you feel spying on you. It would be better to discuss on explicit and definite functionalities beacuse people may hold different understandings of "spying"

@tarruda
Copy link
Contributor

tarruda commented Mar 3, 2017

@sonicou electron is not chromium, it is a framework for desktop applications that mainly uses the content module(chromium component that abstracts the multi process model and blink web rendering) plus some extra handpicked chromium features(extensions and spell checking for example).

@sonicou
Copy link
Author

sonicou commented Mar 3, 2017

@KagamiChan
That would be everything that transmits private data to external services and by extension even every functionality that connects to external network services at all. When I open my sligtly configured firefox, there is not a single bit that is transmitted until I open an url and then only the requsted webserver will see any connection. Therefore I would never use chromium, but this issue is about its use in electron and if I need to worry about its use of chromium.

@tarruda: the question is if the chromium components used in electron contain functionality that transmits data to google or has any other questionable functions regarding privacy

@zcbenz
Copy link
Member

zcbenz commented Jun 12, 2017

Merging this to #7306.

@zcbenz zcbenz closed this as completed Jun 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants