Archived
🆕 Software Suggestion | TrackerControl #2333
Open
opened 2021-06-02 20:50:06 +00:00 by ashwinvis
·
9 comments
No Branch/Tag Specified
master
dependabot/bundler/nokogiri-1.13.6
dependabot/bundler/addressable-2.8.0
freddy-m-patch-3
pr-add_RemoveMyPhone_sponsor
pr-browser_cleanup_1257_1328_1430
freddy-m-patch-2
freddy-m-patch-1
pr-vpn_hated_one_video
cdn
update-nitrohorse-image
promote-metager-to-card
hardware
pr-add_azirevpn
pr-add_mailfence
shop
1673
pr/1658
i18n-simple
sponsorship-edits-nov2019
i18n
ipfs
blacklight447-ptio-patch-3
blog
remove-windows-icons
pr/1147
i18n-testing
add-beautify
No results found.
Labels
Clear labels
:mag:🤖 Search Engines
approved
dependencies
duplicate
feedback wanted
high priority
I2P
iOS
low priority
OS
Self-contained networks
Social media
stale
streaming
todo
Tor
WIP
wontfix
XMPP
[m]
₿ cryptocurrency
ℹ️ help wanted
↔️ file sharing
⚙️ web extensions
✨ enhancement
❌ software removal
💬 discussion
🤖 Android
🐛 bug
💢 conflicting
📝 correction
🆘 critical
📧 email
🔒 file encryption
📁 file storage
🦊 Firefox
💻 hardware
🌐 hosting
🏠 housekeeping
🔐 password managers
🧰 productivity tools
🔎 research required
🌐 Social News Aggregators
🆕 software suggestion
👥 team chat
🔒 VPN
🌐 website issue
🚫 Windows
👁️ browsers
🖊️ digital notebooks
🗄️ DNS
🗨️ instant messaging (im)
🇦🇶 translations
approved, waiting for a PR
Pull requests that update a dependency file
The Invisible Internet Project (I2P)
Operating Systems
A label for stalebot if it gets added
Anything related to media streaming.
Anything covering the Tor network
active work in progress, do not merge or PR (yet)!
Issues or bugs that will not be fixed and/or do not have significant impact on the project.
Extensible Messaging and Presence Protocol
Matrix protocol
Browser Extension related issues
Correction of content on the website
Firefox & forks, about:config etc.
Anything primarily related to site cleanup.
Virtual Private Network
*Technical* issues with the website.
Domain Name System
Anything covering a translated version of the site
Milestone
No items
No Milestone
No due date set.
Dependencies
No dependencies set.
Reference: privacyguides/privacytools.io#2333
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Basic Information
Name: TrackerControl
Category: Android Privacy Add-ons
URL: https://trackercontrol.org/ | https://hcc.cs.ox.ac.uk/projects/#TrackerControl
Description
TrackerControl allows users to monitor and control the widespread, ongoing, hidden data collection in mobile apps about user behaviour (‘tracking’).
Why I am making the suggestion
It builts on top of NetGuard by adding host list based blocking to the traffic. Also it gives more insight into what trackers are present in installed apps.
My connection with the software
Early adopter.
Source code (GPL-v3.0): https://github.com/OxfordHCC/tracker-control-android
This definitely needs to be added instead of Netguard.
For some apps, I just need the Internet connection and I don't like enabling and deactivating it all the time. With TC, it blocks connections from all apps to Facebook, Amazon and so on. For the browser, you can allow this connection.
Another good point is, it shows you the traffic log (only for paid version on Netguard). This had showed me which apps do spy on me and call facebook, really popular Apps that I didn't expect them to do so.
This app connects to ipinfo.io. See: app/src/main/java/eu/faircode/netguard/Util.java:598.
https://ipinfo.io/privacy-policy I consider this a tracker. It is used to get the organization from the IP addres, maybe this can be disabled somewhere in the app, if so we should add a warning.
The company also offers services like this one: https://ipinfo.io/products/proxy-vpn-detection-api
Really something you should want to avoid imo.
Actually Netguard seems to have this in the FAQ https://github.com/M66B/NetGuard/blob/master/FAQ.md#user-content-faq55 It is however unclear to me what setting would deactivate this behavior.
@kasnder would you like to provide some insights on how to disable connections to Amazon / ipinfo.io / 216.239.34.21 ? Me too, I could not find the option to do that.
This should not be enabled by default, and does not affect core functionality of the app, only the "Traffic Log" (if you enable "show organisation" from the menu).
But thanks for raising this. I'll consider removing this in a future update, because it's not necessary.
I've now added a warning dialog prior to enabling this, see https://github.com/OxfordHCC/tracker-control-android/issues/232
It's part of the latest release: https://github.com/OxfordHCC/tracker-control-android/releases/tag/2021072301
@kasnder awesome! That will do.