Make spamblacklist log viewable by logged-in users by default

The main rationale for keeping this log private is to that scanners and things
don't see a huge list of spammy URLs and treat that website as spam itself.

There's no actual private content in here since the regular expressions are
public, so making it available to all users is fine.

Change-Id: I6da473b7cbac2c6fd507bde5c970d701e5ac249e
This commit is contained in:
Kunal Mehta 2018-01-21 21:37:46 -08:00
parent 707262070f
commit e62376620d

View file

@ -13,7 +13,7 @@
"MediaWiki": ">= 1.27.0"
},
"GroupPermissions": {
"sysop": {
"user": {
"spamblacklistlog": true
}
},