fix check_origin

This commit is contained in:
Victor Martinez 2024-03-30 03:56:48 +01:00
parent 948e86cd6b
commit b52887b9a0

View file

@ -8,7 +8,10 @@ import Config
config :intisync, IntisyncWeb.Endpoint,
force_ssl: [rewrite_on: [:x_forwarded_proto]],
url: [host: "intisync.gigalixirapp.com", port: 80],
cache_static_manifest: "priv/static/cache_manifest.json"
cache_static_manifest: "priv/static/cache_manifest.json",
check_origin: [
"//intisync.gigalixirapp.com/"
]
# Do not print debug messages in production
config :logger, level: :info