aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-02-07 21:32:25 +0300
committerManeraKai <manerakai@protonmail.com>2023-02-07 21:32:25 +0300
commit736a731156af73027cbc9cd835ce341cddd5b4a0 (patch)
tree7ed8daa8448499efa1ca3488cdbad563355f13fe
parentAdded PokeTube https://github.com/libredirect/libredirect/issues/623 (diff)
downloadlibredirect-736a731156af73027cbc9cd835ce341cddd5b4a0.zip
Preparing for release 2.5.2 => 2.5.3
Diffstat (limited to '')
-rw-r--r--Privacy-Policy.md4
-rw-r--r--src/manifest.json2
-rw-r--r--src/updates/updates.xml2
3 files changed, 3 insertions, 5 deletions
diff --git a/Privacy-Policy.md b/Privacy-Policy.md
index 35d43d5a..a70cb232 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 2b51953c..b7b08934 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 9cc07dad..67cd19f5 100644
--- a/src/updates/updates.xml
+++ b/src/updates/updates.xml
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='oladmjdebphlnjjcnomfhhbfdldiimaf'>
- <updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v2.5.1/libredirect-2.5.1.crx' version='2.5.1' />
+ <updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v2.5.3/libredirect-2.5.3.crx' version='2.5.3' />
</app>
</gupdate>