Add Cloudflare Insights domain to allowed origins

Add https://static.cloudflareinsights.com to check_origin list
to resolve CORS errors from Cloudflare Web Analytics beacon.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Graham McIntire 2025-07-25 13:36:16 -05:00
parent 2f82d05008
commit 46ece7aa38
No known key found for this signature in database

View file

@ -116,7 +116,8 @@ if config_env() == :prod do
"https://js.sentry-cdn.com",
"https://sentry.io",
"https://www.openstreetmap.org",
"https://tile.openstreetmap.org"
"https://tile.openstreetmap.org",
"https://static.cloudflareinsights.com"
]
config :aprsme, :cluster_enabled, cluster_enabled