diff --git a/_sources/canasta/DockerSettings.php b/_sources/canasta/DockerSettings.php index c493edfe..14df7807 100644 --- a/_sources/canasta/DockerSettings.php +++ b/_sources/canasta/DockerSettings.php @@ -595,12 +595,6 @@ function isEnvTrue( $name ): bool { wfLoadExtension( 'Sentry' ); } -# Fixes CVE-2021-44858, CVE-2021-45038, CVE-2021-44857, https://www.mediawiki.org/wiki/2021-12_security_release/FAQ -$wgActions['mcrundo'] = false; -$wgActions['mcrrestore'] = false; -$wgWhitelistRead = []; -$wgWhitelistReadRegexp = []; - if ( isset( $_REQUEST['forceprofile'] ) ) { $wgProfiler['class'] = 'ProfilerXhprof'; $wgProfiler['output'] = [ 'ProfilerOutputText' ];