Extension:OSBlocks: Difference between revisions
Appearance
Content deleted Content added
Destub |
Add type. |
||
| Line 4: | Line 4: | ||
|name = OSBlocks |
|name = OSBlocks |
||
|status = stable |
|status = stable |
||
|type1 = |
|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
Please help expand this page. |
Release status: stable |
|
|---|---|
| Implementation | User access |
| Author(s) | Nick A. (Naleksuh), Jacob G. (jvvg) |
| MediaWiki | |
| Licence | No licence 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 | edit source]- Download and place the file(s) in a directory called
OSBlocksin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'OSBlocks' );
Done – Navigate to Special:Versionon your wiki to verify that the extension is successfully installed.
