csp change
This commit is contained in:
parent
ae8c74afbe
commit
992f0f6483
1 changed files with 3 additions and 3 deletions
|
|
@ -107,10 +107,10 @@ if config_env() == :prod do
|
||||||
check_origin: [
|
check_origin: [
|
||||||
"https://#{host}",
|
"https://#{host}",
|
||||||
"http://10.0.19.222:33897",
|
"http://10.0.19.222:33897",
|
||||||
"https://s.aprs.me",
|
"*.aprs.me",
|
||||||
"https://js.sentry-cdn.com",
|
"https://js.sentry-cdn.com",
|
||||||
"https://*.sentry.io",
|
"*.sentry.io",
|
||||||
"https://*.openstreetmap.org"
|
"*.openstreetmap.org"
|
||||||
]
|
]
|
||||||
|
|
||||||
# Optional: Set the default "from" email address
|
# Optional: Set the default "from" email address
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue