From 992f0f6483bdbe124b6a65b53fd9c95b83dd4df5 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Thu, 24 Jul 2025 11:40:44 -0500 Subject: [PATCH] csp change --- config/runtime.exs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/runtime.exs b/config/runtime.exs index 2ac5e19..b7ada22 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -107,10 +107,10 @@ if config_env() == :prod do check_origin: [ "https://#{host}", "http://10.0.19.222:33897", - "https://s.aprs.me", + "*.aprs.me", "https://js.sentry-cdn.com", - "https://*.sentry.io", - "https://*.openstreetmap.org" + "*.sentry.io", + "*.openstreetmap.org" ] # Optional: Set the default "from" email address