LocalCDN-Firefox-Chrome-Brave/README.md

25 lines
1.4 KiB
Markdown
Raw Normal View History

2020-02-27 13:45:29 +01:00
LocalCDN (forked from Decentraleyes)
=============
2020-02-27 17:48:10 +01:00
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://decentraleyes.org/test/) to find out if you are properly protected. For more information, please read this [basic introduction](https://git.synz.io/Synzvato/decentraleyes/wikis/Simple-Introduction).
2020-02-27 13:45:29 +01:00
2020-02-27 17:48:10 +01:00
> **Note:** LocalCDN is no silver bullet, but it does prevent a lot of websites from making you send these kinds of requests. Ultimately, you can make LocalCDN block requests for any missing CDN resources, too.
2020-02-27 13:45:29 +01:00
## Contributing Code
2020-02-27 17:48:10 +01:00
Suggestions in the form of **Issues**, and contributions in the form of **Merge Requests**, are highly welcome.
2020-02-27 13:45:29 +01:00
#### Prerequisites
2020-02-27 17:48:10 +01:00
* Mozilla Firefox 63 *(or higher)*.
2020-02-27 13:45:29 +01:00
#### Running the Code
Please read this [developer guide](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Your_first_WebExtension#Trying_it_out) for information on how to run the extension from source.
2020-02-27 17:48:10 +01:00
> **Important:** All tagged commits are signed with GPG. It's likely best to ignore unsigned commits, unless you really know what you're doing. Please send an email if you have any questions or security concerns.
2020-02-27 13:45:29 +01:00
## License
[MPL-2.0](https://www.mozilla.org/MPL/2.0).