rllola / ZeronetBrowser

An attempt to create a dedicated browser for ZeroNet using PyQt5
17 stars 15 forks source link

Does QtWebEngine still have Chromium parts that talk to google? #79

Open rllola opened 5 years ago

rllola commented 5 years ago

The documentation says no but are we sure?

https://wiki.qt.io/QtWebEngine

danimesq commented 5 years ago

Chromium talks to Google? So Electron also?

rllola commented 5 years ago

Chromium talks to Google? So Electron also?

Yes it does.

danimesq commented 5 years ago

How you know it? What is a workaround for that?

rllola commented 5 years ago

I have to say I haven't find any information that says it does for Electron. However I haven't read anything that says that ElectronJS have removed those parts like Qt does. So I assume they didn't remove it.

Maybe a bit more research on it is necessary.