diff --git a/Privacy-Policy.md b/Privacy-Policy.md index 35d43d5..a70cb23 100644 --- a/Privacy-Policy.md +++ b/Privacy-Policy.md @@ -2,9 +2,7 @@ - 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. +- All aspects of the url redirections work locally, except OpenStreetMap (OSM) reverse geocoding, done via the [OSM Nomantim API](https://nominatim.org/release-docs/develop/api/Overview/). - When you visit your settings page and go to ex YouTube, it will connect to this [repository](https://github.com/libredirect/instances) and specifically [this](https://raw.githubusercontent.com/libredirect/instances/main/data.json) and [this](https://raw.githubusercontent.com/libredirect/instances/main/blacklist.json) url to get the latest public instances list for it. ## Future Changes diff --git a/src/manifest.json b/src/manifest.json index 2b51953..b7b0893 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "2.5.2", + "version": "2.5.3", "manifest_version": 2, "browser_specific_settings": { "gecko": { diff --git a/src/updates/updates.xml b/src/updates/updates.xml index 9cc07da..67cd19f 100644 --- a/src/updates/updates.xml +++ b/src/updates/updates.xml @@ -1,6 +1,6 @@ - +