summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-03-11 15:05:27 +0100
committerSimon Rettberg2021-03-11 15:05:27 +0100
commitb8105f7904c27ef83ce1b973e7265f7133277754 (patch)
treed71789d5250b73c735ebfa2d80f5925bdf982fcb
parentUpdate translations (diff)
downloadslx-admin-b8105f7904c27ef83ce1b973e7265f7133277754.tar.gz
slx-admin-b8105f7904c27ef83ce1b973e7265f7133277754.tar.xz
slx-admin-b8105f7904c27ef83ce1b973e7265f7133277754.zip
[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.
-rw-r--r--modules-available/locationinfo/inc/locationinfohooks.inc.php1
1 files changed, 0 insertions, 1 deletions
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);
}