Extension:AbuseFilterBypass/pt-br
AbuseFilterBypass Estado da versão: estável |
|
---|---|
Implementação | Direitos de usuário |
Descrição | Allows privileged users to bypass AbuseFilter checks |
Autor(es) |
|
Última versão | 1.1.1 (continuous updates) |
Política de compatibilidade |
Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | 1.39.10+ |
Licença | GNU GPL (Licença Pública Geral) 2.0 ou superior |
Download | |
abusefilter-bypass |
|
Quarterly downloads | 30 (Ranked 102nd) |
Para traduzir a extensão AbuseFilterBypass, verifique sua disponibilidade no translatewiki.net | |
The AbuseFilterBypass extension allows privileged users to skip all AbuseFilters defined and configured in the Filtro de abusos extension.
It is primarily intended for wiki farms like Fandom or ShoutWiki , where there is a need to have one user group—staff
for these sites—that is global (shared between all wikis on the farm) and more trusted than individual local wikis' admins.
For a regular single-wiki installation, there is probably no need to install this extension and people who can edit abuse filters can easily edit or disable harmful filters that would unintentionally affect the wiki's admins.
The AbuseFilterBypass extension requires the AbuseFilterShouldFilterAction
hook, which was added to the AbuseFilter extension in commit 7edf12dbc6d9421d668619acd4abfe68af081f41, committed on 13 August 2019 (see phab:T229252).
The extension was originally written by Nelson Monterroso for Fandom and amended in July 2019 by Jack Phoenix for ShoutWiki .
Installation
- Baixe e coloque o(s) arquivo(s) num diretório chamado
AbuseFilterBypass
na sua pastaextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilterBypass - Adicione o seguinte código ao final do seu arquivo LocalSettings.php :
wfLoadExtension( 'AbuseFilterBypass' );
- Concluído – Navegue à página Special:Version em sua wiki para verificar se a instalação da extensão foi bem sucedida.
User rights
The extension adds one new user right, abusefilter-bypass
, which by default is granted to the staff
user group.
(By default, there is no staff
user group in MediaWiki, so if such a group doesn't exist, this extension effectively creates it by giving it the abusefilter-bypass
user right.)
See also
- Extension:StaffPowers — similar extension which makes select users immune to local blocks (so that e.g. local admins cannot block wiki farm staff)