I am able to click the play button but it doesn't really do anything and playback is stuck at 0:00
Disabling the uBlock Origin rules for LocalCDN or enabling the option "Filters HTML source code" won't help. Whitelisting the website via clicking the appropriate button in the LocalCDN interface and/or using the whitelist form on the options page actually works, but I would like to avoid disabling LocalCDN for single domains.
I tested this with LocalCDN v2.2.6, v2.2.7, and v2.2.8 before opening this issue.
Is there any chance you could look into this? Tyvm!
PS: In my eyes, LocalCDN is a really great/useful add-on especially for everyday browsing (I switched from Decentraleyes several weeks ago and especially enjoy your uBlock Origin integration) - please keep up the brilliant work! ;)
Example link:
https://mixdrop.co/f/qwgwrzm507
I am able to click the play button but it doesn't really do anything and playback is stuck at 0:00
Disabling the uBlock Origin rules for LocalCDN or enabling the option "Filters HTML source code" won't help. Whitelisting the website via clicking the appropriate button in the LocalCDN interface and/or using the whitelist form on the options page actually works, but I would like to avoid disabling LocalCDN for single domains.
I tested this with LocalCDN v2.2.6, v2.2.7, and v2.2.8 before opening this issue.
Is there any chance you could look into this? Tyvm!
PS: In my eyes, LocalCDN is a really great/useful add-on especially for everyday browsing (I switched from Decentraleyes several weeks ago and especially enjoy your uBlock Origin integration) - please keep up the brilliant work! ;)
This looks like a SOP/CORS problem. Unfortunately this information isn't in the HTTP header, so this test doesn't work. In the Web console, you can see that CORS errors occur because the framework is to be loaded over a non-HTTPS connection (from LocalCDN memory)
Thank you for your report. I've replaced jQueryUI with a newer version (v1.12.1). But unfortunately this doesn't solve the problem.
This looks like a SOP/CORS problem. Unfortunately this information isn't in the HTTP header, so [this test](https://localcdn.de/test/cspcheck) doesn't work. In the Web console, you can see that CORS errors occur because the framework is to be loaded over a non-HTTPS connection (from LocalCDN memory)
Thank you for your report. I've replaced jQueryUI with a newer version (v1.12.1). But unfortunately this doesn't solve the problem.
Example link:
https://mixdrop.co/f/qwgwrzm507
I am able to click the play button but it doesn't really do anything and playback is stuck at 0:00
Disabling the uBlock Origin rules for LocalCDN or enabling the option "Filters HTML source code" won't help. Whitelisting the website via clicking the appropriate button in the LocalCDN interface and/or using the whitelist form on the options page actually works, but I would like to avoid disabling LocalCDN for single domains.
I tested this with LocalCDN v2.2.6, v2.2.7, and v2.2.8 before opening this issue.
Is there any chance you could look into this? Tyvm!
PS: In my eyes, LocalCDN is a really great/useful add-on especially for everyday browsing (I switched from Decentraleyes several weeks ago and especially enjoy your uBlock Origin integration) - please keep up the brilliant work! ;)
This looks like a SOP/CORS problem. Unfortunately this information isn't in the HTTP header, so this test doesn't work. In the Web console, you can see that CORS errors occur because the framework is to be loaded over a non-HTTPS connection (from LocalCDN memory)
Thank you for your report. I've replaced jQueryUI with a newer version (v1.12.1). But unfortunately this doesn't solve the problem.
Thanks for your detailed explanation! ;)
You're welcome 😉
see #369 Information about SOP/CORS related issues