Odyssey

This webpage is a photoblog devoted to my travels. Essentially it's a gallery that uses some Elm code to present images, along with their descriptions and an iteractive global map.

If you're seeing this message, you're blocking javascript in some manner or another. Fair enough. The web is a shitty place right now and it's generally easier to block by default and ask questions later. Hopefully I can ease your concerns here so I can show you my gallery.

Feel free to continue blocking external scripts. I don't track or use anything not from this domain. My CSP is pretty damn tight:
default-src 'none'; script-src 'self'; style-src 'self' https://fonts.googleapis.com; img-src 'self'; font-src 'self' https://fonts.gstatic.com; manifest-src 'self'; form-action 'self'; connect-src 'self'; frame-ancestors 'none'; base-uri 'self'
which you can verify at Mozilla Observatory. Note that I take security as seriously as you, achieving an A+ with a score of 120/100. Feel free to look over the code listed above if you're skeptical, and please file an issue if you notice anything untoward.

If these details haven't convinced you to enable local script sources, then I bid you farewell, and safe travels. Remain vigilant!