add link to Blacklist in use; format research article preview |
tag and add link to wgSpamRegex |
||
Line 4: | Line 4: | ||
# Use the [http://bad-behavior.ioerror.us/ BadBehavior] extension. | # Use the [http://bad-behavior.ioerror.us/ BadBehavior] extension. | ||
# [[mw:Help:Protecting and unprotecting pages|Protect the MainPage from editing]] | # [[mw:Help:Protecting and unprotecting pages|Protect the MainPage from editing]] | ||
# Modify / set [[mw:Manual:$wgSpamRegex|wgSpamRegex]] to prevent content that is obvious spam. | |||
There are many more techniques that can be implemented. There are a few extensions bundled with a download version of MediaWiki; described in the [[mw:Manual:Combating_spam]]. And you can see the extensions used on the MediaWiki website itself [[mw:Special:Version|MediaWiki.org]] such as | There are many more techniques that can be implemented. There are a few extensions bundled with a download version of MediaWiki; described in the [[mw:Manual:Combating_spam]]. And you can see the extensions used on the MediaWiki website itself [[mw:Special:Version|MediaWiki.org]] such as | ||
Line 23: | Line 24: | ||
[[Category:Wiki]] | [[Category:Wiki]] | ||
[[Category:MediaWiki]] | |||
[[Category:Security]] |
Latest revision as of 14:20, 12 June 2025
One of the bigger problems facing a public wiki is spam. We've used only a few techniques to prevent SPAM in this public wiki, but they've worked well for us.
Before preventing SPAM, you can prevent access, and that's the approach that we've employed so far. Using mw:Manual:$wgGroupPermissions we've disabled all privileges by default, and then allow read-only access to the wiki. We did use the mw:Extension:ConfirmAccount extension, but we've even turned that off and simply request users to contact a Sys Admin for an account -- making the process manual and personal. Additionally, we
- Use the BadBehavior extension.
- Protect the MainPage from editing
- Modify / set wgSpamRegex to prevent content that is obvious spam.
There are many more techniques that can be implemented. There are a few extensions bundled with a download version of MediaWiki; described in the mw:Manual:Combating_spam. And you can see the extensions used on the MediaWiki website itself MediaWiki.org such as
- mw:Extension:AbuseFilter
- mw:Extension:ConfirmEdit
- mw:Extension:ConfirmEdit
- mw:Extension:AntiSpoof
- mw:Extension:SpamBlacklist (and the blacklist used for wikimedia.org https://meta.wikimedia.org/wiki/Spam_blacklist)
Research[edit]
As of July 2017, the "Revision Scoring as a Service" research initiative has become a full-fledged team at WMF. See https://www.mediawiki.org/wiki/Wikimedia_Scoring_Platform_team
todo I should implement this service, or at least take a closer look at the code and what they're doing. See the Tech Talk and more info on the wikimedia blog