jenkins-bot has submitted this change and it was merged.
Change subject: Add TitleBlacklist extension to the antispam role.
......................................................................
Add TitleBlacklist extension to the antispam role.
Change-Id: I927f8803b2a86772b90359ea29414e8cb413ae77
---
M puppet/modules/role/manifests/antispam.pp
1 file changed, 8 insertions(+), 1 deletion(-)
Approvals:
Ori.livneh: Looks good to me, approved
jenkins-bot: Verified
diff --git a/puppet/modules/role/manifests/antispam.pp
b/puppet/modules/role/manifests/antispam.pp
index 39416fd..0083362 100644
--- a/puppet/modules/role/manifests/antispam.pp
+++ b/puppet/modules/role/manifests/antispam.pp
@@ -1,5 +1,6 @@
# == Class: role::antispam
-# Installs and sets up AntiSpoof, AbuseFilter, and the SpamBlacklist extensions
+# Installs and sets up AntiSpoof, AbuseFilter, SpamBlacklist, and the
+# TitleBlacklist extensions
class role::antispam {
include ::role::antispoof
@@ -21,4 +22,10 @@
wgLogSpamBlacklistHits => true,
},
}
+
+ mediawiki::extension { 'TitleBlacklist':
+ settings => {
+ wgTitleBlacklistLogHits => true,
+ },
+ }
}
--
To view, visit https://gerrit.wikimedia.org/r/181379
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I927f8803b2a86772b90359ea29414e8cb413ae77
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: FunPika <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits