stefanocudini / leaflet-search

Search stuff in a Leaflet map
https://opengeo.tech/maps/leaflet-search/
MIT License
780 stars 335 forks source link

Wrong `location` in JS files in Demo page #320

Closed sfnprg closed 1 year ago

sfnprg commented 1 year ago

Just wanted to report a couple of issues: JS files linked on Demo page under "Download" have: if (location.hostname !=='opengeo.tech') { location.href = 'https://labs.easyblog.it/'; } Which redirect to your website on loading. leaflet-search.min.js is not minified.

I found your package also on a couple of CDNs but they reference to the image (search icon) as ../images/search-icon.png but that is missing in CDNs.

stefanocudini commented 1 year ago

Thanks for reporting this was(now removed) a temporary patch to prevent my server from being used as a CDN by unknown websites.