welpo / tabi

A modern Zola theme with search, multilingual support, optional JavaScript, a perfect Lighthouse score, and a focus on accessibility.
https://welpo.github.io/tabi/
MIT License
97 stars 32 forks source link

🐛 fix(analytics): allow Umami through CSP #310

Closed arichtman closed 1 month ago

arichtman commented 1 month ago

Summary

Umami changed their callback DNS again. If there's a way to blanket allow umami.dev that'd be nice.

Related issue

Closes #309

Changes

CSP template but only if using Umami

welpo commented 1 month ago

If there's a way to blanket allow umami.dev that'd be nice

Have you tried *.umami.dev? (note the leading space, like the rest of URLs)

arichtman commented 1 month ago

If there's a way to blanket allow umami.dev that'd be nice

Have you tried *.umami.dev? (note the leading space, like the rest of URLs)

Looks to be working now?

welpo commented 1 month ago

Thank you!