From c79dc280e37f4c0ab8198172f591158c8325686e Mon Sep 17 00:00:00 2001 From: th33xitus Date: Sat, 4 Feb 2023 18:15:11 +0100 Subject: [PATCH] refactor(moonraker): update cors domains in moonraker.conf template Signed-off-by: Dominik Willner --- resources/moonraker.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/moonraker.conf b/resources/moonraker.conf index bdca99a..d6eadd8 100644 --- a/resources/moonraker.conf +++ b/resources/moonraker.conf @@ -14,12 +14,12 @@ trusted_clients: FE80::/10 ::1/128 cors_domains: - http://*.lan - http://*.local - https://my.mainsail.xyz - http://my.mainsail.xyz - https://app.fluidd.xyz - http://app.fluidd.xyz + *.lan + *.local + *://localhost + *://localhost:* + *://my.mainsail.xyz + *://app.fluidd.xyz [octoprint_compat]