Steps to replicate the issue (include links if applicable):
- Open a tool on Toolforge of wmcloud that uses Javascipt or css files from tools-static.wmflabs.org
- Examples: https://petscan.wmcloud.org https://wikishootme.toolforge.org (make sure to clear cache)
- The tools do not load correctly
What happens?:
- For some reason the webbrowser blocks scripts and style sheets loaded from tools-static.wmflabs.org.
What should have happened instead?:
- The scripts and style sheets should be loaded correctly.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
- The browser console log on Firefox (137.0.2 on Ubuntu) shows that Javascipt and css from tools-static.wmflabs.org is blocked with the error message: NS_BINDING_ABORTED same for Firefox 138.0 on MacOS
- Chromium (135.0.7049.114 on Ubuntu) has the same error with the error message ERR_BLOCKED_BY_ORB
- Safari seems not to be affected