Description
Right now the sprite which includes the buttons and the trash can seems to be queried from the blockly demo server as seen in the dev console:
This seems strange as a) it's a file from the blockly demo setup and not some CDN meant to be used like that, and b) leaks (potentially personally identifiable) user data to a third party in a way that most wont realise. (not even admins which would be required to mention this in their privacy statements or even allow that domain in their firewall)
I've even seen the trashcan icon break completely in certain privacy-minded browser setups that block requests to resources on third party domains.
I'm unsure if this is something one can adjust in the setup or if it needs to be changed/can be changed in the jupyterlab-blockly code or even needs to be done in blockly itself but sinceI noticed this being an issue in a Jupyterlab setup I thought the best start to bring up the issue would be here.