5 条评价
开发者回应
发布于 8 个月前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 settings- 评分 1 / 5来自 drkenrich,2 年前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.开发者回应
发布于 2 年前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. 开发者回应
发布于 4 年前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- 评分 1 / 5来自 Firefox 用户 15855581,5 年前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
开发者回应
发布于 5 年前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)