1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-01-09 16:53:29 +01:00

Updated README.md

This commit is contained in:
nobody 2020-06-13 09:46:33 +02:00
parent 3067d6e655
commit 525ea32a32
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -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!