From 46ece7aa387ccaad18001127d9e3661039b993b7 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 25 Jul 2025 13:36:16 -0500 Subject: [PATCH] Add Cloudflare Insights domain to allowed origins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- config/runtime.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index d826ffd..7ea1f2c 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -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