-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The search functionality is broken when using the localcdn extension #150
Comments
Shouldn't this be a bug on the localcdn plugin, not on us? |
Looks like they have a jQuery specific FAQ that they rewrite the version of jQuery used sometimes, and that this can cause issues. |
Will this have an effect on #139 ? |
I opened because it was working with the old version and now it isn't... So it was the new version that introduced the issue and also maybe someone would also have the same issue as me. With a bit more investigation by using https://www.localcdn.org/test/check to test the site it indicates that the issue is because "Crossorigin and/or integrity attributes". It also presents a solution within the extension configuration:
|
Given that the solution for non-FF is "disable localCDN" - I'm going to close this ticket, but it's good you opened it, because now others have a trail if they have a similar issue. |
There are some errors in the browser console:
https://i.imgur.com/lw0Wro8.png
"LocalCDN is a web browser extension for your Firefox that emulates CDNs (Content Delivery Networks). It intercepts the network traffic between a website and remote CDNs, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required." (from the developers at https://codeberg.org/nobody/LocalCDN/wiki )
The text was updated successfully, but these errors were encountered: