resolving mixed content warnings
changed to $wgHTTPProtocol = ‘https’; and changed back to original
PHP Parse error: syntax error, unexpected ‘^’ in /client/kaltura/web/html5/html5lib/v2.69.5/includes/DefaultSettings.php on line 30, referer: https://mydomain.ca/index.php/kmc/kmc4
/client/kaltura/web/html5/html5lib/v2.69.5/includes/DefaultSettings.php
// The version of the library:^M
$wgMwEmbedVersion = ‘2.69.5’;
^M
// Default HTTP protocol from GET or SERVER parameters^M
;#if( isset($_GET[‘protocol’]) ) {^M
;# $wgHTTPProtocol = ($_GET[‘protocol’] == ‘https’) ? ‘https’ : ‘http’;^M
;#} else {^M
;# $wgHTTPProtocol = (isset($_SERVER[‘HTTPS’]) && $_SERVER[‘HTTPS’] == ‘on’) ? ‘https’ : ‘http’;^M
$wgHTTPProtocol = ‘https’ ;