diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-01-28 20:06:28 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-01-28 20:06:28 +0300 |
commit | 491729a7f9f32c771d67f7da28fa1bdbf81fe154 (patch) | |
tree | e63d3ac96cdfd642e45612d3455a9e9d23543be3 | |
parent | trying to fix medium targets (diff) | |
parent | Add Privacy-Policy (diff) | |
download | libredirect-491729a7f9f32c771d67f7da28fa1bdbf81fe154.zip |
Merge branch 'master' of https://github.com/libredirect/LibRedirect
-rw-r--r-- | Privacy-Policy.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Privacy-Policy.md b/Privacy-Policy.md new file mode 100644 index 00000000..b6a8ce6e --- /dev/null +++ b/Privacy-Policy.md @@ -0,0 +1,21 @@ +## Data collected +* LibRedirect does not collect any Personal Information of any kind. +* LibRedirect has no home server. +* 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. +* The extension does not connect to any other third-party web services and it +does not collect or transmit any information about you, your browsing habits, +or your device. + +## Permissions +* The extension requires access to request data for **all websites** in order +to intercept requests made to targeted services (Twitter, YouTube, Instagram ...) so that they may be redirected to the appropriate privacy +respecting alternative, all other requests are ignored. + +* The extension also requires **local storage** permissions in order to store +extension specific user preferences and settings. + +## Future Changes +If we decide to change our privacy policy, we will post those changes on this page. |