5 recenzii
Răspunsul dezvoltatorului
postat la o lună în urmăI 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 settingsRăspunsul dezvoltatorului
postat la un an în urmăNot 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- Evaluat(ă) cu 1 din 5 stelede drkenrich, un an în urmăIt 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.Răspunsul dezvoltatorului
postat la un an în urmăThis 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. Răspunsul dezvoltatorului
postat la 4 ani în urmăThere 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- Evaluat(ă) cu 1 din 5 stelede Utilizator Firefox 15855581, 4 ani în urmăImmediately 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
Răspunsul dezvoltatorului
postat la 4 ani în urmăIt 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)