diff options
author | Simon Rettberg | 2021-03-11 15:05:27 +0100 |
---|---|---|
committer | Simon Rettberg | 2021-03-11 15:05:27 +0100 |
commit | b8105f7904c27ef83ce1b973e7265f7133277754 (patch) | |
tree | d71789d5250b73c735ebfa2d80f5925bdf982fcb /modules-available/locationinfo/inc/locationinfohooks.inc.php | |
parent | Update translations (diff) | |
download | slx-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.
Diffstat (limited to 'modules-available/locationinfo/inc/locationinfohooks.inc.php')
-rw-r--r-- | modules-available/locationinfo/inc/locationinfohooks.inc.php | 1 |
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); } |