ditatompel / xmr-remote-nodes

Source code of https://xmr.ditatompel.com, a website that helps you monitor your favourite Monero remote nodes.
https://xmr.ditatompel.com
Other
11 stars 4 forks source link

feat: No img src to external URL #33

Closed ditatompel closed 4 months ago

ditatompel commented 4 months ago

The country flag icons no longer use edge.ditatompel.com. It's compiled to the server binary.

I'm using https://github.com/hampusborgos/country-flags for country flag svg icons, but the commited svgs was optimized using svgo.

This is useful if we want to expose this service to the Tor network because browsers usually refuse serving images from https protocol to insecure http protocol.