From 5c4be3f0530ad84c1aa25ed197216a06dd2099ab Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Mon, 16 Mar 2026 18:52:35 -0600 Subject: [PATCH] host --- config/runtime.exs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/runtime.exs b/config/runtime.exs index 045a3b7..4ffa7b3 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -42,6 +42,10 @@ if config_env() == :prod do config :cobblemon_ui, CobblemonUiWeb.Endpoint, url: [host: host, port: 80, scheme: "http"], + check_origin: [ + "//#{host}", + "//minecraft-cobblemon-ui.beefalo-newton.ts.net" + ], http: [ # Enable IPv6 and bind on all interfaces. # Set it to {0, 0, 0, 0, 0, 0, 0, 1} for local network only access.