diff --git a/README.md b/README.md index 51495fb1..0a731d89 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # LocalCDN -A web browser extension that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required. Feel free to use the following [testing utility](https://localcdn.de/test/) to find out if you are properly protected. For more information, please read this [basic introduction from Decentraleyes](https://git.synz.io/Synzvato/decentraleyes/wikis/Simple-Introduction) or our [Wiki pages](https://codeberg.org/nobody/LocalCDN/wiki). +A web browser extension (and a fork of Decentraleyes) that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required. Feel free to use the following [testing utility](https://localcdn.de/test/) to find out if you are properly protected. For more information, please read this [basic introduction from Decentraleyes](https://git.synz.io/Synzvato/decentraleyes/wikis/Simple-Introduction) or our [Wiki pages](https://codeberg.org/nobody/LocalCDN/wiki). ## Differences between LocalCDN and Decentraleyes diff --git a/core/request-analyzer.js b/core/request-analyzer.js index cb808f91..28945795 100644 --- a/core/request-analyzer.js +++ b/core/request-analyzer.js @@ -175,7 +175,7 @@ requestAnalyzer._applyWhitelistedDomains = function () { requestAnalyzer._applyManipulateDOMDomains = function () { chrome.storage.local.get(Setting.DOMAINS_MANIPULATE_DOM, function (items) { - requestAnalyzer.manipulateDOMDomains = items.manipulateDOMDomains || {}; + requestAnalyzer.manipulateDOMDomains = items.domainsManipulateDOM || {}; }); }; diff --git a/manifest.json b/manifest.json index 1af5944e..499893ee 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, - "name": "LocalCDN (fork from Decentraleyes)", - "version": "2.2.4", + "name": "LocalCDN", + "version": "2.2.5", "browser_specific_settings": { "gecko": { "id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}", diff --git a/pages/updates/updates.html b/pages/updates/updates.html index b18133dd..a508cc61 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -23,8 +23,7 @@ New in LocalCDN:
Please update your uBlock/uMatrix rules @@ -41,6 +40,12 @@

History

+

2020-05-30 (v2.2.4)

+

2020-05-23 (v2.2.3)