RedeMapas / mapas

Mapas é um produto digital para mapeamento e gestão de oportunidades, que implementa plataformas abertas para cadastramento de agentes e cartografia colaborativa de coletivos, espaços, eventos e projetos nos territórios.
GNU Affero General Public License v3.0
3 stars 6 forks source link

Remover a dependência do https://api.iconify.design no frontend #56

Open lpirola opened 2 months ago

naegelin commented 3 weeks ago

I'm not sure if this is related but I see requests from the front end to urls like https://api.iconify.design/mdi-light.json?icons=search when including icons using iconify/svelte . This currently prevents us from using the package due to privacy and security concerns of having to call third party domains. Is there a way to not have these calls made from the front-end and instead proxy them through the back-end or pre-load them at build time?