Jump to content

Extension:OSBlocks: Difference between revisions

From mediawiki.org
Content deleted Content added
Destub
Add type.
 
Line 4: Line 4:
|name = OSBlocks
|name = OSBlocks
|status = stable
|status = stable
|type1 = <!-- implementation type, see [[Template:Extension]] for details -->
|type1 = user access
|type2 =
|type2 =
|hook1 = <!-- default / custom hooks used, see [[Template:Extension]] for details -->
|hook1 = <!-- default / custom hooks used, see [[Template:Extension]] for details -->

Latest revision as of 21:02, 16 February 2026

MediaWiki extensions manual
OSBlocks
Release status: stable
Implementation User access
Author(s) Nick A. (Naleksuh), Jacob G. (jvvg)
MediaWiki
Licence No licence specified
Download

The OSBlocks extension prevents users who don't have the right to block other users from reading Special:BlockList or Special:AutoBlockList. This is not a secure filter since they can get the same information via the API or several other techniques.

Installation

[edit | edit source]
  • Download and place the file(s) in a directory called OSBlocks in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'OSBlocks' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.