add sentry-cdn to cors
This commit is contained in:
parent
3c1aa29f82
commit
1c7a1754ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue