From 525ea32a32a7d413463300b6691893a6e137a66e Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 13 Jun 2020 09:46:33 +0200 Subject: [PATCH] Updated README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0527bc4..1d543444 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # LocalCDN -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). You can also [download](https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/) the extension directly from Mozilla and just try it. +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 the [tutorial](https://localcdn.de/tutorial) or our [Wiki pages](https://codeberg.org/nobody/LocalCDN/wiki). You can also [download](https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/) the extension directly from Mozilla and just try it. ## Differences between LocalCDN and Decentraleyes LocalCDN based on Decentraleyes. It includes more frameworks and more CDNs: -* **NEW: Removed integrity checks of embedded script and style elements (Firefox only)** :tada: :tada: :tada: +* Supports cloud storage by browsers sync feature (Firefox Sync or own Sync-Server) if enabled +* Removed integrity checks of embedded script and style elements (Firefox only) * Font Awesome * jQuery up to 3.4.1 * Bootstrap CSS (Delivered by StackPath, NetDNA and MaxCDN) @@ -31,6 +32,8 @@ LocalCDN based on Decentraleyes. It includes more frameworks and more CDNs: :thumbsup: doesn't matter which version a website requested +:thumbsup: supports cloud storage if enabled + ## We need you!