-
Notifications
You must be signed in to change notification settings - Fork 126
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
Need of Internet / dubious connections / spyware #101
Comments
First of all let me applaud you for your research here.
I'll check these out and comeback with insights. Thanks again for bringing this to my attention. |
Hey thx for the informations! :)
New Information:
|
I found something more. class Region(Tse):
def __init__(self):
super().__init__()
self.get_addr_url = 'https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location'
self.get_ip_url = 'https://httpbin.org/ip'
self.ip_api_addr_url = 'http://ip-api.com/json' # must http.
self.ip_tb_add_url = 'https://ip.taobao.com/outGetIpInfo'
self.default_region = os.environ.get('translators_default_region', None) From |
I find it a bit strange that the internet is used all the time. Especially with so many IPs... Can someone explain why?
In the data I could find out that e.g. Google is used (I assume for their language model?)
Anyway, these are all the connections that are there: I find the ones with an “!” strange:
In addition, the following pages are also communicated when the browser is opened:
Don't take offense, but I'm being very careful here. In this project, various things are still installed after scripting... all in all, it seems too confusing for me to deal with. Perhaps the creator can shed some light on this?
The text was updated successfully, but these errors were encountered: