OHDSI / Ares

A Research Exploration System
https://ohdsi.github.io/Ares/
Apache License 2.0
12 stars 6 forks source link

improvement: remove the @mdi/font cdn link #437

Closed jsprds closed 3 months ago

jsprds commented 3 months ago

Hi 👋

This PR removes an unused CDN link for "Material Design Icons webfont" as the project uses @mdi/js(which lazy loads the SVG paths). Public CDNs pose security risks and are discouraged, aligning with secure deployment practices.

More information here: https://pictogrammers.com/docs/guides/webfont-alternatives/ and here: https://dev.to/rstacruz/public-cdns-arent-useful-anymore-2b66