From 4bf9e8f0a8c3b0939b3ee8337530aafcc08cd3b1 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Tue, 10 May 2022 20:15:50 +0200 Subject: [PATCH] fix(moonraker.conf): typos in cors domains --- resources/moonraker.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/moonraker.conf b/resources/moonraker.conf index 9b99cb7..ee43777 100644 --- a/resources/moonraker.conf +++ b/resources/moonraker.conf @@ -20,8 +20,10 @@ trusted_clients: cors_domains: http://*.lan http://*.local - http://*://my.mainsail.xyz - http://*://app.fluidd.xyz + https://my.mainsail.xyz + http://my.mainsail.xyz + https://app.fluidd.xyz + http://app.fluidd.xyz [file_manager] config_path: %CFG% @@ -51,4 +53,4 @@ path: ~/fluidd #origin: https://github.com/jordanruthe/KlipperScreen.git #env: /home/%USER%/.KlipperScreen-env/bin/python #requirements: scripts/KlipperScreen-requirements.txt -#install_script: scripts/KlipperScreen-install.sh \ No newline at end of file +#install_script: scripts/KlipperScreen-install.sh