From b8105f7904c27ef83ce1b973e7265f7133277754 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 11 Mar 2021 15:05:27 +0100 Subject: [locationinfo] Remove insecure SSL hack We now have our own CA for the satellite server that's trusted by clients, so this hack is not required anymore. --- modules-available/locationinfo/inc/locationinfohooks.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules-available/locationinfo/inc/locationinfohooks.inc.php b/modules-available/locationinfo/inc/locationinfohooks.inc.php index 8e4975e9..1627f3cd 100644 --- a/modules-available/locationinfo/inc/locationinfohooks.inc.php +++ b/modules-available/locationinfo/inc/locationinfohooks.inc.php @@ -75,7 +75,6 @@ class LocationInfoHooks } else { // Not URL panel ConfigHolder::add('SLX_BROWSER_URL', 'http://' . $_SERVER['SERVER_ADDR'] . '/panel/' . $panelUuid); - ConfigHolder::add('SLX_BROWSER_INSECURE', '1'); // TODO: Sat server might redirect to HTTPS, which in turn could have a self-signed cert - push to client ConfigHolder::add('SLX_AUTOLOGIN', '1', 1000); ConfigHolder::add('SLX_ADDONS', '', 1000); } -- cgit v1.2.3-55-g7522