LocalCDN-Firefox-Chrome-Brave/README.md

70 lines
4.4 KiB
Markdown
Raw Normal View History

2020-02-27 13:45:29 +01:00
LocalCDN (forked from Decentraleyes)
=============
2020-04-04 17:06:27 +02: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://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://gitlab.com/nobody42/localcdn/-/wikis/home).
2020-02-27 13:45:29 +01:00
2020-03-01 10:01:49 +01:00
## Differences between LocalCDN and Decentraleyes
LocalCDN based on Decentraleyes. It includes more frameworks and more CDNs:
* **New: Font Awesome v4.7.0 and v5.7.2** :tada: :tada: :tada:
2020-03-01 10:01:49 +01:00
* jQuery up to 3.4.1
* Bootstrap CSS (Delivered by StackPath, NetDNA and MaxCDN)
* Bootstrap JavaScript (Delivered by StackPath, NetDNA and MaxCDN)
* AngularJS, AngularJS-Animate, AngularJS-Sanitize, AngularJS-Cookies and AngularJS-Touch
2020-03-12 10:42:22 +01:00
* Prepared rules for uBlock/uMatrix
2020-03-01 10:01:49 +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
2020-03-01 10:01:49 +01:00
## We need you!
2020-03-09 07:10:35 +01:00
![We Need You!](/pages/welcome/we-need-you.png?raw=true "We Need You!")
2020-03-01 10:01:49 +01:00
The whole Internet is full of different frameworks and CDNs that negatively affect your privacy. If you find a website that embeds another unsupported version of a framework, please report that website.
2020-03-12 10:42:22 +01:00
### :warning: **Important** :warning:
2020-04-04 17:06:27 +02:00
In some cases, it isn't possible to use our framework because the website sets up a strong "Same Origin Policy" (SOP). Please read [Broken JavaScript or CSS on some websites](https://gitlab.com/nobody42/localcdn/-/wikis/faq/Broken-JavaScript-or-CSS-on-some-websites) before opening an issue.
2020-03-12 10:42:22 +01:00
2020-03-01 10:01:49 +01:00
On behalf of everyone: Thank you!
2020-03-09 07:10:35 +01:00
## Screenshots
2020-03-14 18:02:08 +01:00
### Light
<img src="/screenshots/screenshot01_light.png?raw=true" alt="Counter for locally injected resources (enabled)" width="200px">
<img src="/screenshots/screenshot02_light.png?raw=true" alt="Counter for locally injected resources (disabled)" width="200px">
<img src="/screenshots/screenshot03_light.png?raw=true" alt="Successfully intercepted requests" width="200px">
<img src="/screenshots/screenshot04_light.png?raw=true" alt="Successfully intercepted requests" width="200px">
### Dark
<img src="/screenshots/screenshot01_dark.png?raw=true" alt="Counter for locally injected resources (enabled)" width="200px">
<img src="/screenshots/screenshot02_dark.png?raw=true" alt="Counter for locally injected resources (disabled)" width="200px">
<img src="/screenshots/screenshot03_dark.png?raw=true" alt="Successfully intercepted requests" width="200px">
<img src="/screenshots/screenshot04_dark.png?raw=true" alt="Successfully intercepted requests" width="200px">
### Rule generator for uBlock/uMatrix
<img src="/screenshots/screenshot06.png?raw=true" alt="Release notes and uBlock/uMatrix rule generator" width="200px">
<img src="/screenshots/screenshot07.png?raw=true" alt="Release notes and uBlock/uMatrix rule generator" width="200px">
<img src="/screenshots/screenshot08.png?raw=true" alt="Preferences page and uBlock/uMatrix rule generator" width="200px">
<img src="/screenshots/screenshot09.png?raw=true" alt="Preferences page and uBlock/uMatrix rule generator" width="200px">
2020-03-09 07:10:35 +01:00
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
2020-03-07 07:29:22 +01:00
#### Installation
2020-02-27 13:45:29 +01:00
2020-03-07 07:29:22 +01:00
* Mozilla Firefox *(63 or higher)*: [get it on addons.mozilla.org](https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/)
2020-03-17 08:28:44 +01:00
* Chromium based browser: [Chrome Web Store (by Emanuel Bennici :+1:)](https://chrome.google.com/webstore/detail/localcdn-fork-from-decent/njdfdhgcmkocbgbhcioffdbicglldapd)
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).