3 ulasan
Balasan pengembang
dikirim 2 tahun yang laluThere 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/contactBalasan pengembang
dikirim 2 tahun yang laluThanks for your feedback, but can you describe this a little more? :)
EDIT: Probably a misunderstanding. The user was looking for an extension to replace fonts. But that is not the job of LocalCDN.- Diberi peringkat 1 dari 5oleh Pengguna Firefox 15855581, 3 tahun yang laluImmediately 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
Balasan pengembang
dikirim 3 tahun yang laluIt 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)