changed order & added some details

merge-requests/3/merge
jem 2 years ago
parent 9194b36599
commit 252897715b

@ -8,11 +8,20 @@ Not every servername should be resolved by google:
1. Navigate to Settings - Network and Internet - Advanced - Private DNS
2. Enter new DNS: `dns3.digitalcourage.de`
## 2. Location Tracking
## 2. Google captive Portal
Nobody should track your location:
The question whether you are connected to the internet should not be googles decission:
1. Check Privacy Settings and GPS (especially browser-settings from Fennec).
1. Replace Google captive portal check with [Kuketz](https://www.kuketz-blog.de/android-captive-portal-check-204-http-antwort-von-captiveportal-kuketz-de/). Therefore, connect your Fairphone with your computer and execute following adb commands:
```
adb shell 'settings put global captive_portal_http_url "http://captiveportal.kuketz.de"'
adb shell 'settings put global captive_portal_https_url "https://captiveportal.kuketz.de"'
adb shell 'settings put global captive_portal_fallback_url "http://captiveportal.kuketz.de"'
adb shell 'settings put global captive_portal_other_fallback_urls "http://captiveportal.kuketz.de"'
```
In order to test the settings, if they were correctly adopted, you can type in:
`adb shell 'settings get global captive_portal_https_url'`
## 3. Google print service
@ -26,24 +35,22 @@ LineageOS looks online for the entered number, but that is not their business.
1. Switch of the forward lookup, the people lookup and the reverse lookup (Telephone-App - three points in the search field - Settings - phone number lookup).
## 5. Browser search suggestions
## 6. Alternative Browser
Not every input on your keyboard has to be sent to the search engine, especially not to Google.
Do not trust Googles Browser
1. Open Fdroid to install a Browser. We use Fennec ...
2. Open Fennec and install "privacy badger" & mBlockOrigin as add-on.
1. Choose another search engine e.g. startpage or duckduckgo (Browser - Settings - Search)
1. Switch off the search suggestions (Browser - Settings - Search - Show search suggestions)
## 7. Location Tracking
## 6. Google captive Portal
Nobody should track your location:
The question whether you are connected to the internet should not be googles decission:
1. Check Privacy Settings and GPS (especially browser-settings from Fennec).
1. Replace Google captive portal check with [Kuketz](https://www.kuketz-blog.de/android-captive-portal-check-204-http-antwort-von-captiveportal-kuketz-de/). Therefore, connect your Fairphone with your computer and execute following adb commands:
```
adb shell 'settings put global captive_portal_http_url "http://captiveportal.kuketz.de"'
adb shell 'settings put global captive_portal_https_url "https://captiveportal.kuketz.de"'
adb shell 'settings put global captive_portal_fallback_url "http://captiveportal.kuketz.de"'
adb shell 'settings put global captive_portal_other_fallback_urls "http://captiveportal.kuketz.de"'
```
In order to test the settings, if they were correctly adopted, you can type in:
`adb shell 'settings get global captive_portal_https_url'`
## 8. Browser search suggestions
Not every input on your keyboard has to be sent to the search engine, especially not to Google.
1. Choose another search engine e.g. startpage or duckduckgo (Browser - Settings - Search)
1. Switch off the search suggestions (Browser - Settings - Search - Show search suggestions)

Loading…
Cancel
Save