-
Notifications
You must be signed in to change notification settings - Fork 51
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
3.5.1: Dictionaries no longer loading #469
Comments
Well that's a drag, sorry about that! I tested with some other dicts and it was fine, but obv. it's no good. So I'll revert that change and maybe we can work something else out. Should be out soon, thanks. |
It happens 😄 Maybe someone else can double-check to ensure it's not just an issue I'm having. |
@jamesdeluk I'm having trouble replicating this. Could you post what browser you're using and the version? For me they load immediately, but it's possible they won't display immediately if your connection is slow. Do they show up if you wait a while (10-15 seconds) after selecting a term or does the dictionary pane just keep the background color without any indication of loading? Also if you have any other dictionaries failing to load please post them as well so I can check them. Thanks. |
Firefox 129.0.2 (64-bit) on Windows 11. I've just re-upgraded to 3.5.1 and the issue persists. Waiting for extended periods doesn't work. Other dictionaries (e.g. https://en.wiktionary.org/wiki/###) load fine. The network does do a GET request for the URL, but nothing loads. When I click off and on again, I get Downgrading to 3.5.0, everything loads again instantly. After the GET request, there are a bunch more as the page loads. |
Hey @jamesdeluk , I'm going to back out the change in 3.5.1. Too bad :-/ but it's causing other issues too. @cblanken spent a whack of time trying to come up with workarounds, but no dice. Thanks for the detail! |
One possible solution to preven dictionary iframes from stealing focus is to enable the CSP sandbox on each iframe. If a bare `sandbox` attribute is used, then autofocus from iframes should be blocked. Unfortunately this has the side effect of blocking some online dictionary that require additional feature policies such as `allow-same-origin` and `allow-scripts`. In particular the following dictionaries mentioned in issue LuteOrg#469 require these policies to load correctly: - https://korean.dict.naver.com/koendict/#/search?query=### - https://en.dict.naver.com/#/search?query=###
Change reverted, this should be fixed when 3.5.2 is launched. Thanks @jamesdeluk and @cblanken , cheers! |
Launched in 3.5.2 |
Upgraded to 3.5.1, dictionaries typically don't load. Perhaps 1 time in 10 they load.
Downgraded to 3.5.0, they load again every time.
Specifically, https://korean.dict.naver.com/koendict/#/search?query=### and https://en.dict.naver.com/#/search?query=###
Possibly related to #464 and #459?
The text was updated successfully, but these errors were encountered: