Skip to content

Commit

Permalink
Parsoid: enable query string (#5356)
Browse files Browse the repository at this point in the history
  • Loading branch information
RhinosF1 authored Nov 4, 2023
1 parent 77e4893 commit 50f518b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GlobalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@
$wgUrlShortenerAllowedDomains = [
'(.*\.)?mirabeta\.org',
];
$wgParsoidEnableQueryString = true;
}

if ( !preg_match( '/^(.*).(miraheze|mirabeta).org$/', $wi->hostname ) ) {
Expand Down

0 comments on commit 50f518b

Please sign in to comment.