hackademix / noscript

The popular NoScript Security Suite browser extension.
https://noscript.net/
GNU General Public License v3.0
844 stars 90 forks source link

[Bug] OpenSpeedTest doesn't work, even with restrictions disabled #366

Closed Tech-How closed 2 months ago

Tech-How commented 2 months ago

Hi there, Today I've come across an issue where the website openspeedtest.com will not work with NoScript. However, even after fully disabling all NoScript restrictions, the website still does not work. It will only work after disabling the NoScript extension from Firefox manually. Is this something that can be looked into?

hackademix commented 2 months ago

Thank you very much for your report.

The bug seems due to the site using SVG documents as "applets", and the synchronous fetching of security policy from within those causing an unexpected delay and breaking the main HTML document's assumption they're already intialized.

I'm fixing this over the weekend, the patch will be in next dev build and next stable.

hackademix commented 2 months ago

Should be fixed in latest dev build. Please verify, thank you.

Tech-How commented 2 months ago

Working great now, thank you!