MediaWiki/Spam: Difference between revisions

From Freephile Wiki
No edit summary
tag and add link to wgSpamRegex
 
(5 intermediate revisions by 2 users not shown)
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 10: Line 11:
* [[mw:Extension:ConfirmEdit#FancyCaptcha]]
* [[mw:Extension:ConfirmEdit#FancyCaptcha]]
* [[mw:Extension:AntiSpoof]]
* [[mw:Extension:AntiSpoof]]
* [[mw:Extension:SpamBlacklist]]
* [[mw:Extension:SpamBlacklist]] (and the blacklist used for wikimedia.org https://meta.wikimedia.org/wiki/Spam_blacklist)
 
 
 
 
== Research ==
[[File:Wikisym13-cluebot.pdf|550px|thumb|A paper on how Wikipedia combats spam, focusing on one particular bot: '''ClueBot NG'''.]]
 
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 [https://www.youtube.com/watch?v=m-_CVzGOYUM Tech Talk] and more info [https://blog.wikimedia.org/2015/11/30/artificial-intelligence-x-ray-specs/ on the wikimedia blog]


[[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

  1. Use the BadBehavior extension.
  2. Protect the MainPage from editing
  3. 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



Research[edit]

A paper on how Wikipedia combats spam, focusing on one particular bot: ClueBot NG.

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