Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using orain.org and wiki.surf also #5529

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4710,7 +4710,7 @@
'+bigforestwiki' => [
'editvoter',
],
'+brandonwmwiki' => [
'+brandonwmwiki' => [
Universal-Omega marked this conversation as resolved.
Show resolved Hide resolved
'editbureaucratprotected',
'editconsulprotected',
],
Expand Down
2 changes: 2 additions & 0 deletions initialise/MirahezeFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class MirahezeFunctions {
private const ALLOWED_DOMAINS = [
'default' => [
'miraheze.org',
'orain.org',
'wiki.surf',
'wikitide.org',
],
'mirabeta' => [
Expand Down