5 reviews
Developer response
posted 7 months agoI have already found the error and fixed it. A new version (v2.6.72) is on the way. I have deactivated v2.6.71 at Mozilla.
https://codeberg.org/nobody/LocalCDN/issues/1638
If anyone need to downgrade to v.2.6.70:
- Download the XPI file on the desktop (repository or AMO) and drag & drop it into the browser
- For Android, export the settings in the extension, remove the extension, reinstall and import the settingsDeveloper response
posted 2 years agoNot really. The extension blocks Google Fonts in the default settings. It's all described in the FAQs: https://codeberg.org/nobody/LocalCDN/wiki#user-content-26-i-ve-a-problem-with-google-services-e-g-google-maps-or-youtube- Rated 1 out of 5by drkenrich, 2 years agoIt stops Google Maps from working. I was installing Windows 11 on a new computer when I found Google Maps wasn't working. I feared I was going to have to start installation all over again (HORROR!).
Based on another forum comment I tried troubleshooting and eventually found LocalCDN is the single addon that breaks Google Maps.Developer response
posted 2 years agoThis is related to Google Fonts, which are blocked by default in LocalCDN.
You can find details in the FAQs: https://codeberg.org/nobody/LocalCDN/wiki/Home#26-i-ve-a-problem-with-google-services-e-g-google-maps
Solution: Allow LocalCDN to load Google Fonts, then the buttons will work again. Developer response
posted 4 years agoThere could be various reasons:
* strong Same-Origin-Policy (serverside)
* crossorigin/integrity attributes (serverside)
* ServiceWorkers (serverside)
* missing frameworks (LocalCDN)
You can test a website online or manually:
* https://www.localcdn.org/test/check
You can always report the website as an issue at codeberg or by e-mail. Then I could see what the problem is and improve the extension:
* https://codeberg.org/nobody/LocalCDN/issues
* https://www.localcdn.org/contact- Rated 1 out of 5by Firefox user 15855581, 5 years agoImmediately found a pretty huge bug after installing. Wouldn't load a site with a preloader using modernizr and a few CDNs. The preloader is on a three second timer too; just kept going indefinitely. Uninstalled and boom site is up. Pretty ridiculous bug if you ask me
Developer response
posted 5 years agoIt would be nice if you report a bug on Gitlab and share the URL. Only then can I look at it. Did you check if it might be a "Same-Origin-Policy" issue? If so, it isn't possible to exchange a framework (e.g. Modernizr) because the webserver forbids to load a framework from another source. (https://gitlab.com/nobody42/localcdn/-/wikis/faq/Broken-JavaScript-or-CSS-on-some-websites)