Extension:OSBlocks
Appearance
Please expand this page. |
OSBlocks Release status: stable |
|
---|---|
Author(s) | Nick A. (Naleksuh), Jacob G. (jvvg) |
MediaWiki | |
License | No license specified |
Download | GitHub: Note: |
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]- Download and place the file(s) in a directory called
OSBlocks
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'OSBlocks' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.