-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
[Question] Why connection to IP "52.232.222.105" #334
Comments
There are three kinds of scenarios Notepads might reach to the network:
If you search "Analytics.TrackEvent" and "Crashes.TrackError" in this repo, you will see what event or crash point I am tracking using AppCenter. Bottom line is, I am not tracking any user privacy related info and I am not sending any of your typing or files over to me, AppCenter or any third party services. I care so much that I am not even tracking for any file opening crashes or saving crashes since your content might be exposed in the crash event. All filenames or path are not traced or tracked as well. Also, I am not even tracking things like your custom search query for the default Search Engine setting since it might expose your identity as well. Please feel free to check Notepads code base to see if there is any tracking event that you think might violate user privacy and I will fix ASAP. Also, feel free to build your own version of Notepads since code is 100% open sourced. |
Very good answer! Maybe you should add that info somewhere for new user's which fear telemetry or something |
I am going to attach this thread to README. |
@Jasonstein I'm using Simplewall app, which auto-blocks any new connections being made to or from the machine (except those specifically allowed). Can I run the Notepads app in an offline mode? I finally successfully installed it, but when I try to add the Notepads app to the list of allowed apps, I can't seem to find where the app got installed. And upon app launch, it just closes automatically, don't know why. |
Notepads should run fine in offline, just the crash-analytics won't be sent. I think your issue is related to something else, probably using any debloating tool that removed some dependency for Notepads. Can you check event viewer what error you are facing?? Notepads should be installed in the following directory: |
Hello, I checked under Event Viewer(Local) -> Windows Logs -> System, and I don't see any new logs. Also, I installed dependecies such as Win2D, and some other, but no luck.
Yes, found it there, thank you @soumyamahunt |
Hello. I wish you are well! I searched but couldn't find to display the markdown view. |
|
Notepads try to connect to IP 52.232.222.105:443 TCP (unsigned)
which is from Microsoft Corporation.
Just asking why this connection is opened.
The text was updated successfully, but these errors were encountered: