-
Notifications
You must be signed in to change notification settings - Fork 893
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
Ungoogled-Electron? #797
Comments
Have you tested if electron phones home? AFAIK, electron is just a stripped down version of chromium and it shouldn't have any google integration. |
Another thing is that electron has its own patched chromium source tree, and just porting all the ug patches to the electron source tree would be a pain in the ass not a lot of people would be willing to do. |
Ah...How do I do a "phone home" test? |
|
Okay I just followed your tutorial, and, using wireshark, found that upon running Storyboarder both google-analytics and doubleclick turned up. github and amazonaws were also showing, as well as wonderunit.com (the app maker's website). Though this may be because of Storyboarder being like an app that could be run in a browser (ie, a website like any other), and as such is causing these phone home signals, not Electron itself. I don't know how to test Electron directly because I don't know if running Electron is the same as running an app built with Electron... Update: I forget why but I have Electron itself installed and it seems that running it directly does not cause any extra network traffic, so it appears that Electron apps themselves are causing the PH (phoneHome) levels to rise for whatever reason...I guess the universal method of editing the hosts file to be a hard-coded adblocker is the easier way around this... |
Closing since this doesn't seem to be necessary. |
Just use something like Portmaster firewall. |
But we can use it with Nativefier to run webapps |
Here is an alternative https://github.com/castlabs/electron-releases |
In case anyone interested, like I've mentioned in ungoogled-software/ungoogled-chromium-wiki#19 (comment), ungoogled electron (well, sort of) is available in my overlay for Gentoo since Nov 26, 2021 and I'm using it ever since. Though, I didn't test whether electron is phoning home or not. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
wonderunit/storyboarder is using Electron for their app, as do tons of other AppImage-binaries, I didn't realize how chromium-dependent Electron is until the latest version of storyboarder refused to run unless --no-sandbox was supplied. Now I'm suspicious of how privacy-unsafe Election might actually be under the hood...
Describe the solution you'd like
A clear and concise description of what you want to happen.
...However, if you released your own version of Election based off of your ungoogled-chromium, I'd trust any app that was built based off of it...
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
...I could always use TV Paint, but I only have a student license for it. And Blender locked it's 2.8 API before thumbnail preview/seek support could be added to the NLA for greasepencil themes...
Additional context
Add any other context or screenshots about the feature request here.
...Thanks in advance?
The text was updated successfully, but these errors were encountered: