diff options
author | alefvanoon <53198048+alefvanoon@users.noreply.github.com> | 2022-01-28 17:25:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 17:25:23 +0100 |
commit | 216dead37468c6f8b0f9dcbc061fa36d42d3eac4 (patch) | |
tree | f483dfe023fb297d8be28d98ebb7893e9aea88d9 /Privacy-Policy.md | |
parent | Merge pull request #12 from alefvanoon/add-ci (diff) | |
download | libredirect-216dead37468c6f8b0f9dcbc061fa36d42d3eac4.zip |
Add Privacy-Policy
Diffstat (limited to 'Privacy-Policy.md')
-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. |