diff options
author | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-26 22:28:50 +0100 |
---|---|---|
committer | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-26 22:28:50 +0100 |
commit | 2a0596f08fb54e2faef4bcb4548a28f5837fc067 (patch) | |
tree | cf5851f95c37da269a561623cee0d3967ca321ec /Privacy-Policy.md | |
parent | I should really inspect diffs before commiting (diff) | |
download | libredirect-2a0596f08fb54e2faef4bcb4548a28f5837fc067.zip |
Many things
Made all instances updateable Added hyperpipe Closes https://github.com/libredirect/libredirect/issues/398 Added cloudtube Closes https://github.com/libredirect/libredirect/issues/397 Start using prettier
Diffstat (limited to 'Privacy-Policy.md')
-rw-r--r-- | Privacy-Policy.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Privacy-Policy.md b/Privacy-Policy.md index fe35754d..5445fcc8 100644 --- a/Privacy-Policy.md +++ b/Privacy-Policy.md @@ -1,11 +1,13 @@ ## Data collected -* LibRedirect does not collect any Personal Information of any kind. -* LibRedirect doesn't embed any kind of analytics in its code. -* All aspects of the extension work locally in your browser, with the exception of -OpenStreetMap (OSM) reverse geocoding, done via the [OSM Nomantim API](https://nominatim.org/release-docs/develop/api/Overview/), -used as part of OSM redirects, which can be disabled by toggling the OSM redirects. -* It also connects to [this url](https://raw.githubusercontent.com/libredirect/libredirect/master/src/instances/data.json) to update the Instances List. Though this only gets triggered when the user presses the `Update Instances` button. -* For bibliogram instances. To set a cookie you should send an http request to the server as the server stores settings values itself and gives you a token to access them. + +- LibRedirect does not collect any Personal Information of any kind. +- LibRedirect doesn't embed any kind of analytics in its code. +- All aspects of the extension work locally in your browser, with the exception of + OpenStreetMap (OSM) reverse geocoding, done via the [OSM Nomantim API](https://nominatim.org/release-docs/develop/api/Overview/), + used as part of OSM redirects, which can be disabled by toggling the OSM redirects. +- It also connects to [this url](https://raw.githubusercontent.com/libredirect/libredirect/master/src/instances/data.json) to update the Instances List. Though this only gets triggered when the user presses the `Update Instances` button. +- For bibliogram instances. To set a cookie you should send an http request to the server as the server stores settings values itself and gives you a token to access them. ## Future Changes + If we decide to change our privacy policy, we will post those changes on this page. |