From 6df8493bb6f56f89c4b5bd43e0d34afcc5e70ba8 Mon Sep 17 00:00:00 2001 From: nobody42 <5514211-nobody42@users.noreply.gitlab.com> Date: Sun, 17 May 2020 08:35:24 +0200 Subject: [PATCH 1/6] Addition to the encoding problem (#75) --- core/constants.js | 3 ++- manifest.json | 2 +- pages/updates/updates.html | 38 ++++++++++++++++++++++---------------- 3 files changed, 25 insertions(+), 18 deletions(-) diff --git a/core/constants.js b/core/constants.js index 17c3a8c3..44194f2f 100644 --- a/core/constants.js +++ b/core/constants.js @@ -104,5 +104,6 @@ const CharsetDomains = { 'hobbybrauerversand.de': 'iso-8859-1', 'pro-linux.de': 'iso-8859-15', 'wwwuser.gwdg.de': 'windows-1252', - 'tyurem.net': 'windows-1251' + 'tyurem.net': 'windows-1251', + "psi-plus.com": "windows-1251" }; diff --git a/manifest.json b/manifest.json index 388a45c1..241e8f96 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "LocalCDN (fork from Decentraleyes)", - "version": "2.2.1", + "version": "2.2.2", "browser_specific_settings": { "gecko": { "id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}", diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 529a2ae3..e1410a06 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -21,6 +21,27 @@
New in LocalCDN: + +
+ +
+ Please update your uBlock/uMatrix rules +
+
+ + +
+
+ + +
+ + +
+

History

+

2020-05-16 (v2.2.1)

-
+

2020-05-10 (v2.2.0)

-
- Please update your uBlock/uMatrix rules -
-
- - -
-
- - -
- - -
-

History

2020-04-26 (v2.1.14)