Estensione per il browser che emula le CDN per migliorare la tua privacy online. Intercetta il traffico, trova le risorse supportate localmente e le utilizza nel browser automaticamente, quindi non è necessaria alcuna configurazione preliminare. https://chrome.google.com/webstore/detail/localcdn/njdfdhgcmkocbgbhcioffdbicglldapd
Go to file
nobody c82f28ca38
Merge remote-tracking branch 'origin/develop'
2024-04-13 06:46:18 +02:00
_locales Translated using Weblate (Danish) 2024-04-02 21:02:15 +02:00
audit remove angular-stripe-checkout 2024-04-12 06:26:01 +02:00
core remove drawer 2024-04-12 06:27:05 +02:00
icons html structure improved (#1237) 2022-12-11 05:21:36 +01:00
modules algoliasearch v4.22.1 -> v4.23.3 2024-04-12 21:39:52 +02:00
pages Update updates.html 2024-04-13 06:40:10 +02:00
resources algoliasearch v4.22.1 -> v4.23.3 2024-04-12 21:39:52 +02:00
screenshots Update screenshots (#1041) 2022-07-04 06:38:15 +02:00
.csslintrc Just code style (CSS) 2021-02-17 06:59:56 +01:00
.eslintignore Updated: Internal module "Color Picker" v2.1.4 -> v2.2.0 2021-04-10 07:04:41 +02:00
.eslintrc Merge remote-tracking branch 'origin/develop' 2023-10-28 09:36:00 +02:00
.gitignore Just code style (JS) 2021-02-17 07:01:08 +01:00
.stylelintrc Just code style (CSS) 2021-02-17 06:59:56 +01:00
CDN.txt Duplicate entry removed (#816) 2021-12-22 07:49:35 +01:00
CONTRIBUTING.md Updated: CONTRIBUTING.md (#1209) 2022-11-24 06:12:21 +01:00
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md 2022-07-26 06:14:34 +02:00
LICENSE.txt Initial commit 2020-02-27 13:45:29 +01:00
PULL_REQUEST_TEMPLATE.md Improve contribution guidance 2021-04-05 22:14:52 -04:00
README.md Update README.md (#1417) 2023-05-13 06:59:28 +02:00
THIRD_PARTY.txt Update THIRD_PARTY.txt 2024-04-12 21:51:46 +02:00
manifest.json v2.6.66 2024-03-17 11:09:09 +01:00

README.md

LocalCDN

Translate CDNs Frameworks Firefox Add-on Chrome Add-on Buy Me a Coffee opencollective

LocalCDN is a fork of Decentraleyes and 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 to find out if you are properly protected. For more information, please read the tutorial or the Wiki. You can also download the extension directly from Mozilla and just try it.

What are the advantages?

  • Supports cloud storage by browsers sync feature (Firefox Sync or own Sync-Server) if enabled
  • Removes integrity and crossorigin tags from embedded script and style elements to replace even more frameworks
  • Font Awesome
  • Google Material Icons
  • jQuery
  • Bootstrap CSS
  • Bootstrap JavaScript
  • AngularJS, AngularJS-Animate, AngularJS-Sanitize, AngularJS-Cookies and AngularJS-Touch
  • React, Vue.js, Chart.js and many other frameworks/libraries
  • MathJax (minimal)
  • TinyMCE (without plugins)
  • Internal statistics about CDNs and frameworks (day, week, month, year)
  • Export/Import your config
  • Prepared rules for uBlock Origin, uMatrix, AdGuard and NoScript

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.

How does it work?

LocalCDN uses redirection for certain requests. There is a mapping file that lists the source (all CDNs and the path to the frameworks) and a resource file that defines the destination.

Currently only JavaScript and CSS files are redirected. However, some CSS files internally refer to other files, e.g. Font Awesome. All requests are redirected to a local file, e.g. jQuery. This is the reason why the extension is over 17 MB in size. Only if LocalCDN cannot find a local resource (and the option is enabled), a request will be blocked.

An adblocker (e.g. uBlock Origin, uMatrix or AdGuard) decides which requests are allowed. Only if your adblocker allows a request, it will be intercepted by LocalCDN. LocalCDN catches the request after an adblocker and not before.

What's the different of LocalCDN in comparison to other CDN emulators?

LocalCDN

LocalCDN

LocalCDN with activated HTML filter (optional)

LocalCDN with activated HTML filter (optional)

Other CDN emulators

Other CDN emulators

⚠️ Important ⚠️

In some cases, LocalCDN is not allowed to replace requested resources because the website sets up a strong Same Origin Policy (SOP). Please read Broken JavaScript or CSS on some websites before opening an issue. Here you can also find an online tool to test a website. This test covers the most common causes and provides solutions.

Screenshots

Light

Light Theme

Dark

Dark Theme

Rule generator for uBlock Origin, uMatrix and AdGuard (after an update)

Rule generator after an update

Settings

Settings (Basic)

Settings (Advanced)

Settings (Other)

Settings (Info)

Internal statistics

Internal statistics Internal statistics

Contributing Code

Suggestions in the form of Issues, and contributions in the form of Merge/Pull Requests, are highly welcome.

Installation

Running the Code as temporary extension

Please read this guide to run the extension from source.

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.

Contact

Just open an issue with your question or write an email (PGP possible!).

Submitting Translations

The language you want is not completely translated or you are a language talent? Please help us by translating this add-on on Weblate.

Donations

LocalCDN is free and open-source. If you like LocalCDN you can support continued development by making a donation. Any help would be greatly appreciated!

  • IBAN: DE22 5003 1000 1069 4660 16 (BIC: TRODDEF1XXX)
  • Bitcoin: 1C4GRNyuUFkp9dMDjUkV4TwDwdfxdgLzde
  • Ether: 0x2df49c1186f8b615c2059f29c3ed7f9f86d49552
  • Monero: 46j26ggSZNT9rN7VeFYXp2PsKEMyJSSYneBVKXY4xeemdfZfCpNg6tQEXQZpWiTTuGX3SbnDPwuh3167cCoYSrqN72H9jPk

Buy me a coffee Open Collective

License

MPL-2.0.

External libraries