add sentry-cdn to cors

This commit is contained in:
Graham McIntire 2025-07-18 15:23:58 -05:00
parent 3c1aa29f82
commit 1c7a1754ee
No known key found for this signature in database

View file

@ -104,7 +104,7 @@ if config_env() == :prod do
],
secret_key_base: secret_key_base,
server: true,
check_origin: ["https://#{host}", "http://10.0.19.222:33897", "https://s.aprs.me"]
check_origin: ["https://#{host}", "http://10.0.19.222:33897", "https://s.aprs.me", "https://js.sentry-cdn.com"]
# Optional: Set the default "from" email address
config :aprsme,