mirror of
https://github.com/actuallymentor/battery.git
synced 2026-02-03 14:03:24 +00:00
📚 little snitch note
This commit is contained in:
11
README.md
11
README.md
@@ -131,4 +131,13 @@ sudo rm -v "$binfolder/smc" "$binfolder/battery"
|
||||
|
||||
Then reopen the app and things should work. If not, [open an issue](https://github.com/actuallymentor/battery/issues/new/choose) and I'll try to help you fix it.
|
||||
|
||||

|
||||
## A note to Little Snitch users
|
||||
|
||||
This tool calls a number of urls, blocking all of them will only break auto-updates.
|
||||
|
||||
1. `unidentifiedanalytics.web.app` is a self-made app that tracks app installations, I use it to see if enough people use the app to justify spending time on it.
|
||||
1. `icanhasip.com` is used to see if there is an internet connection
|
||||
1. `github.com` is used both as a liveness check and as the source of updates for the underlying command-line utility
|
||||
1. `electronjs.org` hosts the update server for the GUI
|
||||
|
||||
All urls are called over `https` and so not leak data. Unidentified Analytics keeps track of unique ip addresses that open the app, but nothing else.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "battery",
|
||||
"version": "1.0.9",
|
||||
"description": "A battery charge limiter for M1/2 Mac devices",
|
||||
"description": "A battery charge limiter for Apple silicon Mac devices",
|
||||
"main": "main.js",
|
||||
"build": {
|
||||
"appId": "co.palokaj.battery",
|
||||
|
||||
Reference in New Issue
Block a user