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:
parent
2f82d05008
commit
46ece7aa38
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue