Skip to content

Commit

Permalink
DockerSettings: drop old security fixes (WIK-1301) (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWTQ authored Nov 10, 2023
1 parent 96b76bc commit 9addcec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions _sources/canasta/DockerSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ];
Expand Down

0 comments on commit 9addcec

Please sign in to comment.