From 5a08498f3a48b4b63442b72b64c0b7361f94cc02 Mon Sep 17 00:00:00 2001 From: conradschulz Date: Tue, 30 Nov 2021 20:36:51 +0100 Subject: [PATCH] small change because of visual editor error curl 7 perasiod --- example.LocalSettings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.LocalSettings.php b/example.LocalSettings.php index 65ea479..f646b1a 100644 --- a/example.LocalSettings.php +++ b/example.LocalSettings.php @@ -35,7 +35,8 @@ $wgServer = "https://wiki.rd13server.de"; # IP Based Config #$wgServer = "http://192.168.178.5:8090"; -$wgForceHTTPS = true; +# May cause Visual editor error Curl 7 in this case change setting +$wgForceHTTPS = false; # Fix to solve net::ERR_HTTP2_PROTOCOL_ERROR 200 in Browsers other than Firefox in Desktops $wgDisableOutputCompression = true;